Package com.restfb
Class ResponseMetadata
java.lang.Object
com.restfb.ResponseMetadata
- All Implemented Interfaces:
Serializable
Immutable carrier for HTTP response metadata.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResponseMetadataof(DebugHeaderInfo debugHeaderInfo, Map<String, List<String>> responseHeaders, Duration duration, String httpMethod, String requestUrl)
-
Method Details
-
of
public static ResponseMetadata of(DebugHeaderInfo debugHeaderInfo, Map<String, List<String>> responseHeaders, Duration duration, String httpMethod, String requestUrl) -
getDebugHeaderInfo
-
getResponseHeaders
-
getDuration
-
getHttpMethod
-
getRequestUrl
-