Class TimerCommand

java.lang.Object
io.iworkflow.gen.models.TimerCommand

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-02T14:56:16.474306-06:00[America/Chicago]") public class TimerCommand extends Object
TimerCommand
  • Field Details

  • Constructor Details

    • TimerCommand

      public TimerCommand()
  • Method Details

    • commandId

      public TimerCommand commandId(String commandId)
    • getCommandId

      @Nullable public String getCommandId()
      Get commandId
      Returns:
      commandId
    • setCommandId

      public void setCommandId(String commandId)
    • durationSeconds

      public TimerCommand durationSeconds(Long durationSeconds)
    • getDurationSeconds

      @Nonnull public Long getDurationSeconds()
      Get durationSeconds
      Returns:
      durationSeconds
    • setDurationSeconds

      public void setDurationSeconds(Long durationSeconds)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object