Package com.launchdarkly.api.model
Class ScheduleConditionInputRep
- java.lang.Object
-
- com.launchdarkly.api.model.ScheduleConditionInputRep
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-03-11T16:36:03.019051Z[Etc/UTC]") public class ScheduleConditionInputRep extends java.lang.ObjectScheduleConditionInputRep
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERIALIZED_NAME_EXECUTE_NOWstatic 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 ScheduleConditionInputRep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ScheduleConditionInputRepexecuteNow(java.lang.Boolean executeNow)ScheduleConditionInputRepexecutionDate(java.lang.Long executionDate)java.lang.BooleangetExecuteNow()Get executeNowjava.lang.LonggetExecutionDate()Get executionDatejava.lang.StringgetScheduleKind()Get scheduleKindjava.lang.IntegergetWaitDuration()Get waitDurationjava.lang.StringgetWaitDurationUnit()Get waitDurationUnitinthashCode()ScheduleConditionInputRepscheduleKind(java.lang.String scheduleKind)voidsetExecuteNow(java.lang.Boolean executeNow)voidsetExecutionDate(java.lang.Long executionDate)voidsetScheduleKind(java.lang.String scheduleKind)voidsetWaitDuration(java.lang.Integer waitDuration)voidsetWaitDurationUnit(java.lang.String waitDurationUnit)java.lang.StringtoString()ScheduleConditionInputRepwaitDuration(java.lang.Integer waitDuration)ScheduleConditionInputRepwaitDurationUnit(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
-
SERIALIZED_NAME_EXECUTE_NOW
public static final java.lang.String SERIALIZED_NAME_EXECUTE_NOW
- See Also:
- Constant Field Values
-
-
Method Detail
-
scheduleKind
public ScheduleConditionInputRep 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 ScheduleConditionInputRep 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 ScheduleConditionInputRep 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 ScheduleConditionInputRep waitDurationUnit(java.lang.String waitDurationUnit)
-
getWaitDurationUnit
@Nullable public java.lang.String getWaitDurationUnit()
Get waitDurationUnit- Returns:
- waitDurationUnit
-
setWaitDurationUnit
public void setWaitDurationUnit(java.lang.String waitDurationUnit)
-
executeNow
public ScheduleConditionInputRep executeNow(java.lang.Boolean executeNow)
-
getExecuteNow
@Nullable public java.lang.Boolean getExecuteNow()
Get executeNow- Returns:
- executeNow
-
setExecuteNow
public void setExecuteNow(java.lang.Boolean executeNow)
-
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
-
-