Package io.iworkflow.gen.models
Class TimerCommand
- java.lang.Object
-
- io.iworkflow.gen.models.TimerCommand
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-17T14:40:21.852481-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_FIRING_UNIX_TIMESTAMP_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)booleanequals(java.lang.Object o)TimerCommandfiringUnixTimestampSeconds(java.lang.Long firingUnixTimestampSeconds)java.lang.StringgetCommandId()Get commandIdjava.lang.LonggetFiringUnixTimestampSeconds()Get firingUnixTimestampSecondsinthashCode()voidsetCommandId(java.lang.String commandId)voidsetFiringUnixTimestampSeconds(java.lang.Long firingUnixTimestampSeconds)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_FIRING_UNIX_TIMESTAMP_SECONDS
public static final java.lang.String JSON_PROPERTY_FIRING_UNIX_TIMESTAMP_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)
-
firingUnixTimestampSeconds
public TimerCommand firingUnixTimestampSeconds(java.lang.Long firingUnixTimestampSeconds)
-
getFiringUnixTimestampSeconds
@Nonnull public java.lang.Long getFiringUnixTimestampSeconds()
Get firingUnixTimestampSeconds- Returns:
- firingUnixTimestampSeconds
-
setFiringUnixTimestampSeconds
public void setFiringUnixTimestampSeconds(java.lang.Long firingUnixTimestampSeconds)
-
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
-
-