Package io.iworkflow.gen.models
Class TimerCommand
- java.lang.Object
-
- io.iworkflow.gen.models.TimerCommand
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-07-26T10:45:57.893797-07:00[America/Los_Angeles]") public class TimerCommand extends java.lang.ObjectTimerCommand
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_COMMAND_IDstatic java.lang.StringJSON_PROPERTY_DURATION_SECONDS
-
Constructor Summary
Constructors Constructor Description TimerCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimerCommandcommandId(java.lang.String commandId)TimerCommanddurationSeconds(java.lang.Long durationSeconds)booleanequals(java.lang.Object o)java.lang.StringgetCommandId()Get commandIdjava.lang.LonggetDurationSeconds()Get durationSecondsinthashCode()voidsetCommandId(java.lang.String commandId)voidsetDurationSeconds(java.lang.Long durationSeconds)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COMMAND_ID
public static final java.lang.String JSON_PROPERTY_COMMAND_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DURATION_SECONDS
public static final java.lang.String JSON_PROPERTY_DURATION_SECONDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
commandId
public TimerCommand commandId(java.lang.String commandId)
-
getCommandId
@Nonnull public java.lang.String getCommandId()
Get commandId- Returns:
- commandId
-
setCommandId
public void setCommandId(java.lang.String commandId)
-
durationSeconds
public TimerCommand durationSeconds(java.lang.Long durationSeconds)
-
getDurationSeconds
@Nonnull public java.lang.Long getDurationSeconds()
Get durationSeconds- Returns:
- durationSeconds
-
setDurationSeconds
public void setDurationSeconds(java.lang.Long durationSeconds)
-
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
-
-