Class Request
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.audit.model.Request
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190901") public final class Request extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA container object for request attributes.
 Note: Objects should always be created or deserialized using theRequest.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theRequest.Builder, which maintain a set of all explicitly set fields calledRequest.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRequest.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Request.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAction()The HTTP method of the request.Map<String,List<String>>getHeaders()The HTTP header fields and values in the request.StringgetId()The opc-request-id of the request.Map<String,List<String>>getParameters()The parameters supplied by the caller during this operation.StringgetPath()The full path of the API request.inthashCode()Request.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Method Detail- 
builderpublic static Request.Builder builder() Create a new builder.
 - 
toBuilderpublic Request.Builder toBuilder() 
 - 
getIdpublic String getId() The opc-request-id of the request.- Returns:
- the value
 
 - 
getPathpublic String getPath() The full path of the API request.Example: /20160918/instances/ocid1.instance.oc1.phx. - Returns:
- the value
 
 - 
getActionpublic String getAction() The HTTP method of the request.Example: GET - Returns:
- the value
 
 - 
getParameterspublic Map<String,List<String>> getParameters() The parameters supplied by the caller during this operation.- Returns:
- the value
 
 - 
getHeaderspublic Map<String,List<String>> getHeaders() The HTTP header fields and values in the request.Example: ----- { "opc-principal": [ "{\\"tenantId\\":\\"ocid1.tenancy.oc1.. \\",\\"subjectId\\":\\"ocid1.user.oc1.. \\",\\"claims\\":[{\\"key\\":\\"pstype\\",\\"value\\":\\"natv\\",\\"issuer\\":\\"authService.oracle.com\\"},{\\"key\\":\\"h_host\\",\\"value\\":\\"iaas.r2.oracleiaas.com\\",\\"issuer\\":\\"h\\"},{\\"key\\":\\"h_opc-request-id\\",\\"value\\":\\" \\",\\"issuer\\":\\"h\\"},{\\"key\\":\\"ptype\\",\\"value\\":\\"user\\",\\"issuer\\":\\"authService.oracle.com\\"},{\\"key\\":\\"h_date\\",\\"value\\":\\"Wed, 18 Sep 2019 00:10:58 UTC\\",\\"issuer\\":\\"h\\"},{\\"key\\":\\"h_accept\\",\\"value\\":\\"application/json\\",\\"issuer\\":\\"h\\"},{\\"key\\":\\"authorization\\",\\"value\\":\\"Signature headers=\\\\\\"date (request-target) host accept opc-request-id\\\\\\",keyId=\\\\\\"ocid1.tenancy.oc1.. /ocid1.user.oc1.. /8c:b4:5f:18:e7:ec:db:08:b8:fa:d2:2a:7d:11:76:ac\\\\\\",algorithm=\\\\\\"rsa-pss-sha256\\\\\\",signature=\\\\\\" \\\\\\",version=\\\\\\"1\\\\\\"\\",\\"issuer\\":\\"h\\"},{\\"key\\":\\"h_(request-target)\\",\\"value\\":\\"get /20160918/instances/ocid1.instance.oc1.phx. \\",\\"issuer\\":\\"h\\"}]}" ], "Accept": [ "application/json" ], "X-Oracle-Auth-Client-CN": [ "splat-proxy-se-02302.node.ad2.r2" ], "X-Forwarded-Host": [ "compute-api.svc.ad1.r2" ], "Connection": [ "close" ], "User-Agent": [ "Jersey/2.23 (HttpUrlConnection 1.8.0_212)" ], "X-Forwarded-For": [ "172.24.80.88" ], "X-Real-IP": [ "172.24.80.88" ], "oci-original-url": [ "https://iaas.r2.oracleiaas.com/20160918/instances/ocid1.instance.oc1.phx. " ], "opc-request-id": [ " " ], "Date": [ "Wed, 18 Sep 2019 00:10:58 UTC" ] } ----- - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-