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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull LongThe exact time in epoch milliseconds to which the clock should be pinned.inthashCode()voidsetTimestamp(Long timestamp) toString()
-
Constructor Details
-
ClockPinRequest
public ClockPinRequest() -
ClockPinRequest
Constructor with only required parameters
-
-
Method Details