@Generated(value="OracleSDKGenerator", comments="API Version: 20231107") public final class OccCustomer extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The details about the customer.
Note: Objects should always be created or deserialized using the OccCustomer.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 the OccCustomer.Builder
, which maintain a
set of all explicitly set fields called OccCustomer.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
OccCustomer.Builder |
static class |
OccCustomer.Status
To determine whether the customer is enabled/disabled.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
OccCustomer(String occCustomerGroupId,
String tenancyId,
String displayName,
String description,
OccCustomer.Status status)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OccCustomer.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getDescription()
The description about the customer group.
|
String |
getDisplayName()
The display name for the customer
|
String |
getOccCustomerGroupId()
The OCID of the customer group.
|
OccCustomer.Status |
getStatus()
To determine whether the customer is enabled/disabled.
|
String |
getTenancyId()
The OCID of the tenancy belonging to the customer.
|
int |
hashCode() |
OccCustomer.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"occCustomerGroupId","tenancyId","displayName","description","status"}) public OccCustomer(String occCustomerGroupId, String tenancyId, String displayName, String description, OccCustomer.Status status)
public static OccCustomer.Builder builder()
Create a new builder.
public OccCustomer.Builder toBuilder()
public String getOccCustomerGroupId()
The OCID of the customer group.
public String getTenancyId()
The OCID of the tenancy belonging to the customer.
public String getDisplayName()
The display name for the customer
public String getDescription()
The description about the customer group.
public OccCustomer.Status getStatus()
To determine whether the customer is enabled/disabled.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.