Class TimerCommand


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-09-18T10:23:17.819408-07:00[America/Los_Angeles]")
    public class TimerCommand
    extends java.lang.Object
    TimerCommand
    • 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
    • Constructor Detail

      • TimerCommand

        public TimerCommand()
    • Method Detail

      • commandId

        public TimerCommand commandId​(java.lang.String commandId)
      • getCommandId

        @Nullable
        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:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object