Class UpdateScheduleEventRequest

java.lang.Object
dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest

public class UpdateScheduleEventRequest extends Object
  • Constructor Details

    • UpdateScheduleEventRequest

      public UpdateScheduleEventRequest()
  • Method Details

    • getBegin

      public Long getBegin()
    • setBegin

      public void setBegin(Long begin)
    • getEnd

      public Long getEnd()
    • setEnd

      public void setEnd(Long end)
    • getMissionNamesOrIds

      public List<String> getMissionNamesOrIds()
    • setMissionNamesOrIds

      public void setMissionNamesOrIds(List<String> missionNamesOrIds)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object