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.ExplicitlySetBmcModel
A 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 Summary
Nested Classes Modifier and Type Class Description static class
Request.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Request.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getAction()
The HTTP method of the request.Map<String,List<String>>
getHeaders()
The HTTP header fields and values in the request.String
getId()
The opc-request-id of the request.Map<String,List<String>>
getParameters()
The parameters supplied by the caller during this operation.String
getPath()
The full path of the API request.int
hashCode()
Request.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Method Detail
-
builder
public static Request.Builder builder()
Create a new builder.
-
toBuilder
public Request.Builder toBuilder()
-
getId
public String getId()
The opc-request-id of the request.- Returns:
- the value
-
getPath
public String getPath()
The full path of the API request.Example: /20160918/instances/ocid1.instance.oc1.phx.
- Returns:
- the value
-
getAction
public String getAction()
The HTTP method of the request.Example: GET
- Returns:
- the value
-
getParameters
public Map<String,List<String>> getParameters()
The parameters supplied by the caller during this operation.- Returns:
- the value
-
getHeaders
public 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
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-