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.Object
ScheduleConditionOutputRep
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_EXECUTION_DATE
static java.lang.String
SERIALIZED_NAME_SCHEDULE_KIND
static java.lang.String
SERIALIZED_NAME_WAIT_DURATION
static java.lang.String
SERIALIZED_NAME_WAIT_DURATION_UNIT
-
Constructor Summary
Constructors Constructor Description ScheduleConditionOutputRep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
ScheduleConditionOutputRep
executionDate(java.lang.Long executionDate)
java.lang.Long
getExecutionDate()
Get executionDatejava.lang.String
getScheduleKind()
Get scheduleKindjava.lang.Integer
getWaitDuration()
Get waitDurationjava.lang.String
getWaitDurationUnit()
Get waitDurationUnitint
hashCode()
ScheduleConditionOutputRep
scheduleKind(java.lang.String scheduleKind)
void
setExecutionDate(java.lang.Long executionDate)
void
setScheduleKind(java.lang.String scheduleKind)
void
setWaitDuration(java.lang.Integer waitDuration)
void
setWaitDurationUnit(java.lang.String waitDurationUnit)
java.lang.String
toString()
ScheduleConditionOutputRep
waitDuration(java.lang.Integer waitDuration)
ScheduleConditionOutputRep
waitDurationUnit(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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-