Class CredentialEndpoint
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.loganalytics.model.CredentialEndpoint
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class CredentialEndpoint extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The endpoint from where to fetch a credential, for example, the OAuth 2.0 token.
Note: Objects should always be created or deserialized using theCredentialEndpoint.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 theCredentialEndpoint.Builder
, which maintain a set of all explicitly set fields calledCredentialEndpoint.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
CredentialEndpoint.Builder
-
Constructor Summary
Constructors Constructor Description CredentialEndpoint(String name, String description, String model, Long endpointId, EndpointRequest request, EndpointResponse response, EndpointProxy proxy)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CredentialEndpoint.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getDescription()
The credential endpoint description.Long
getEndpointId()
The endpoint unique identifier.String
getModel()
The credential endpoint model.String
getName()
The credential endpoint name.EndpointProxy
getProxy()
EndpointRequest
getRequest()
EndpointResponse
getResponse()
int
hashCode()
CredentialEndpoint.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
CredentialEndpoint
@Deprecated @ConstructorProperties({"name","description","model","endpointId","request","response","proxy"}) public CredentialEndpoint(String name, String description, String model, Long endpointId, EndpointRequest request, EndpointResponse response, EndpointProxy proxy)
Deprecated.
-
-
Method Detail
-
builder
public static CredentialEndpoint.Builder builder()
Create a new builder.
-
toBuilder
public CredentialEndpoint.Builder toBuilder()
-
getName
public String getName()
The credential endpoint name.- Returns:
- the value
-
getDescription
public String getDescription()
The credential endpoint description.- Returns:
- the value
-
getModel
public String getModel()
The credential endpoint model.- Returns:
- the value
-
getEndpointId
public Long getEndpointId()
The endpoint unique identifier.- Returns:
- the value
-
getRequest
public EndpointRequest getRequest()
-
getResponse
public EndpointResponse getResponse()
-
getProxy
public EndpointProxy getProxy()
-
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
-
-