public final class Request extends Object
| Constructor and Description |
|---|
Request(String sessionId,
String endpoint,
String endpointRequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint() |
String |
getEndpointRequest() |
long |
getIssuedTime() |
long |
getReceiptTime() |
String |
getSessionId() |
UUID |
getTraceId() |
long |
getTransitTime() |
void |
markTransitTime() |
String |
toString() |
public long getIssuedTime()
public long getReceiptTime()
public void markTransitTime()
public long getTransitTime()
public UUID getTraceId()
public String getSessionId()
public String getEndpoint()
public String getEndpointRequest()
Copyright © 2022. All rights reserved.