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.Object
ScheduleConditionInputRep
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_EXECUTE_NOW
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 ScheduleConditionInputRep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
ScheduleConditionInputRep
executeNow(java.lang.Boolean executeNow)
ScheduleConditionInputRep
executionDate(java.lang.Long executionDate)
java.lang.Boolean
getExecuteNow()
Get executeNowjava.lang.Long
getExecutionDate()
Get executionDatejava.lang.String
getScheduleKind()
Get scheduleKindjava.lang.Integer
getWaitDuration()
Get waitDurationjava.lang.String
getWaitDurationUnit()
Get waitDurationUnitint
hashCode()
ScheduleConditionInputRep
scheduleKind(java.lang.String scheduleKind)
void
setExecuteNow(java.lang.Boolean executeNow)
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()
ScheduleConditionInputRep
waitDuration(java.lang.Integer waitDuration)
ScheduleConditionInputRep
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
-
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:
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
-
-