-
public final class ResponseContext
-
-
Constructor Summary
Constructors Constructor Description ResponseContext(String requestId, Instant date)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Instantcomponent2()final ResponseContextcopy(String requestId, Instant date)final StringgetRequestId()final InstantgetDate()-
-
Method Detail
-
component1
final String component1()
-
component2
final Instant component2()
-
copy
final ResponseContext copy(String requestId, Instant date)
-
getRequestId
final String getRequestId()
-
-
-
-