public class Request extends Object
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
Request |
id(String id) |
void |
setId(String id) |
void |
setTime(OffsetDateTime time) |
Request |
time(OffsetDateTime time) |
String |
toString() |
public void setId(String id)
public Request id(String id)
id - Request ID, should be unique for time period of 30 minutespublic void setTime(OffsetDateTime time)
public Request time(OffsetDateTime time)
time - Request attempt date and time up to milliseconds in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (example of format - yyyy-MM dd'T'HH:mm:ss'Z') Should be current server time of request (UTC time) or shouldn't be more than +3 hours or less than -3 hours from current UTC time.Copyright © 2021. All rights reserved.