@Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public final class User extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Details about the user.
Note: Objects should always be created or deserialized using the User.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 User.Builder
, which maintain a
set of all explicitly set fields called User.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 |
User.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
User(String key,
String firstName,
String lastName,
String country,
String csi,
String phone,
String timezone,
String organizationName,
String compartmentId,
String contactEmail,
ProblemType problemType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static User.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
The OCID of the tenancy.
|
String |
getContactEmail()
The email of the contact person.
|
String |
getCountry()
The country of the user.
|
String |
getCsi()
The CSI associated with the user.
|
String |
getFirstName()
The user’s first name.
|
String |
getKey()
A unique identifier for the user.
|
String |
getLastName()
The user’s last name.
|
String |
getOrganizationName()
The company that the user belongs to.
|
String |
getPhone()
The user’s contact phone number.
|
ProblemType |
getProblemType()
The kind of support ticket, such as a technical support request or a limit increase request.
|
String |
getTimezone()
The timezone of the user.
|
int |
hashCode() |
User.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"key","firstName","lastName","country","csi","phone","timezone","organizationName","compartmentId","contactEmail","problemType"}) public User(String key, String firstName, String lastName, String country, String csi, String phone, String timezone, String organizationName, String compartmentId, String contactEmail, ProblemType problemType)
public static User.Builder builder()
Create a new builder.
public User.Builder toBuilder()
public String getKey()
A unique identifier for the user.
public String getFirstName()
The user’s first name.
public String getLastName()
The user’s last name.
public String getCountry()
The country of the user.
public String getCsi()
The CSI associated with the user.
public String getPhone()
The user’s contact phone number.
public String getTimezone()
The timezone of the user.
public String getOrganizationName()
The company that the user belongs to.
public String getCompartmentId()
The OCID of the tenancy.
public String getContactEmail()
The email of the contact person.
public ProblemType getProblemType()
The kind of support ticket, such as a technical support request or a limit increase request.
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.