Package com.launchdarkly.api.model
Class ScheduleConditionOutputRep
- java.lang.Object
-
- com.launchdarkly.api.model.ScheduleConditionOutputRep
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-03-11T16:36:03.019051Z[Etc/UTC]") public class ScheduleConditionOutputRep extends java.lang.ObjectScheduleConditionOutputRep
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERIALIZED_NAME_EXECUTION_DATEstatic java.lang.StringSERIALIZED_NAME_SCHEDULE_KINDstatic java.lang.StringSERIALIZED_NAME_WAIT_DURATIONstatic java.lang.StringSERIALIZED_NAME_WAIT_DURATION_UNIT
-
Constructor Summary
Constructors Constructor Description ScheduleConditionOutputRep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ScheduleConditionOutputRepexecutionDate(java.lang.Long executionDate)java.lang.LonggetExecutionDate()Get executionDatejava.lang.StringgetScheduleKind()Get scheduleKindjava.lang.IntegergetWaitDuration()Get waitDurationjava.lang.StringgetWaitDurationUnit()Get waitDurationUnitinthashCode()ScheduleConditionOutputRepscheduleKind(java.lang.String scheduleKind)voidsetExecutionDate(java.lang.Long executionDate)voidsetScheduleKind(java.lang.String scheduleKind)voidsetWaitDuration(java.lang.Integer waitDuration)voidsetWaitDurationUnit(java.lang.String waitDurationUnit)java.lang.StringtoString()ScheduleConditionOutputRepwaitDuration(java.lang.Integer waitDuration)ScheduleConditionOutputRepwaitDurationUnit(java.lang.String waitDurationUnit)
-
-
-
Field Detail
-
SERIALIZED_NAME_SCHEDULE_KIND
public static final java.lang.String SERIALIZED_NAME_SCHEDULE_KIND
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXECUTION_DATE
public static final java.lang.String SERIALIZED_NAME_EXECUTION_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WAIT_DURATION
public static final java.lang.String SERIALIZED_NAME_WAIT_DURATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WAIT_DURATION_UNIT
public static final java.lang.String SERIALIZED_NAME_WAIT_DURATION_UNIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
scheduleKind
public ScheduleConditionOutputRep scheduleKind(java.lang.String scheduleKind)
-
getScheduleKind
@Nullable public java.lang.String getScheduleKind()
Get scheduleKind- Returns:
- scheduleKind
-
setScheduleKind
public void setScheduleKind(java.lang.String scheduleKind)
-
executionDate
public ScheduleConditionOutputRep executionDate(java.lang.Long executionDate)
-
getExecutionDate
@Nullable public java.lang.Long getExecutionDate()
Get executionDate- Returns:
- executionDate
-
setExecutionDate
public void setExecutionDate(java.lang.Long executionDate)
-
waitDuration
public ScheduleConditionOutputRep waitDuration(java.lang.Integer waitDuration)
-
getWaitDuration
@Nullable public java.lang.Integer getWaitDuration()
Get waitDuration- Returns:
- waitDuration
-
setWaitDuration
public void setWaitDuration(java.lang.Integer waitDuration)
-
waitDurationUnit
public ScheduleConditionOutputRep waitDurationUnit(java.lang.String waitDurationUnit)
-
getWaitDurationUnit
@Nullable public java.lang.String getWaitDurationUnit()
Get waitDurationUnit- Returns:
- waitDurationUnit
-
setWaitDurationUnit
public void setWaitDurationUnit(java.lang.String waitDurationUnit)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-