Class ClockPinRequest
java.lang.Object
io.camunda.zeebe.client.protocol.rest.ClockPinRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-11T12:21:29.045272383Z[GMT]",
comments="Generator version: 7.8.0")
public class ClockPinRequest
extends Object
ClockPinRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The exact time in epoch milliseconds to which the clock should be pinned.int
hashCode()
void
setTimestamp
(Long timestamp) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TIMESTAMP
- See Also:
-
-
Constructor Details
-
ClockPinRequest
public ClockPinRequest()
-
-
Method Details
-
timestamp
-
getTimestamp
The exact time in epoch milliseconds to which the clock should be pinned.- Returns:
- timestamp
-
setTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-