Class ClockPinRequest

java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.ClockPinRequest

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2024-10-11T17:26:39.504605721Z[GMT]", comments="Generator version: 7.8.0") public class ClockPinRequest extends Object
ClockPinRequest
  • Constructor Details

    • ClockPinRequest

      public ClockPinRequest()
    • ClockPinRequest

      public ClockPinRequest(Long timestamp)
      Constructor with only required parameters
  • Method Details

    • timestamp

      public ClockPinRequest timestamp(Long timestamp)
    • getTimestamp

      @NotNull public @NotNull Long getTimestamp()
      The exact time in epoch milliseconds to which the clock should be pinned.
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • 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