Class EndpointRequest
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.loganalytics.model.EndpointRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class EndpointRequest extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
An object containing details to make a REST request.
Note: Objects should always be created or deserialized using theEndpointRequest.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 theEndpointRequest.Builder
, which maintain a set of all explicitly set fields calledEndpointRequest.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
EndpointRequest.Builder
static class
EndpointRequest.Method
The endpoint method - GET or POST.
-
Constructor Summary
Constructors Constructor Description EndpointRequest(EndpointRequest.Method method, String url, String contentType, String payload, List<NameValuePair> headers, List<NameValuePair> formParameters)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointRequest.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getContentType()
The request content type.List<NameValuePair>
getFormParameters()
The request form parameters represented as a list of name-value pairs.List<NameValuePair>
getHeaders()
The request headers represented as a list of name-value pairs.EndpointRequest.Method
getMethod()
The endpoint method - GET or POST.String
getPayload()
The request payload, applicable for POST requests.String
getUrl()
The request URL.int
hashCode()
EndpointRequest.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
EndpointRequest
@Deprecated @ConstructorProperties({"method","url","contentType","payload","headers","formParameters"}) public EndpointRequest(EndpointRequest.Method method, String url, String contentType, String payload, List<NameValuePair> headers, List<NameValuePair> formParameters)
Deprecated.
-
-
Method Detail
-
builder
public static EndpointRequest.Builder builder()
Create a new builder.
-
toBuilder
public EndpointRequest.Builder toBuilder()
-
getMethod
public EndpointRequest.Method getMethod()
The endpoint method - GET or POST.- Returns:
- the value
-
getUrl
public String getUrl()
The request URL.- Returns:
- the value
-
getContentType
public String getContentType()
The request content type.- Returns:
- the value
-
getPayload
public String getPayload()
The request payload, applicable for POST requests.- Returns:
- the value
-
getHeaders
public List<NameValuePair> getHeaders()
The request headers represented as a list of name-value pairs.- Returns:
- the value
-
getFormParameters
public List<NameValuePair> getFormParameters()
The request form parameters represented as a list of name-value pairs.- 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
-
-