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:47:04.974528-07:00[America/Los_Angeles]") public class TimerCommand extends java.lang.Object
TimerCommand
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_COMMAND_ID
static java.lang.String
JSON_PROPERTY_FIRING_UNIX_TIMESTAMP_SECONDS
-
Constructor Summary
Constructors Constructor Description TimerCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimerCommand
commandId(java.lang.String commandId)
boolean
equals(java.lang.Object o)
TimerCommand
firingUnixTimestampSeconds(java.lang.Long firingUnixTimestampSeconds)
java.lang.String
getCommandId()
Get commandIdjava.lang.Long
getFiringUnixTimestampSeconds()
Get firingUnixTimestampSecondsint
hashCode()
void
setCommandId(java.lang.String commandId)
void
setFiringUnixTimestampSeconds(java.lang.Long firingUnixTimestampSeconds)
java.lang.String
toString()
-
-
-
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:
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
-
-