@Generated(value="OracleSDKGenerator", comments="API Version: 20181116") public final class Certificate_subjectName extends Object
Note: Objects should always be created or deserialized using the Certificate_subjectName.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 Certificate_subjectName.Builder
, which maintain a set of all explicitly set fields called __explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take __explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
Certificate_subjectName.Builder |
Constructor and Description |
---|
Certificate_subjectName(String country,
String stateProvince,
String locality,
String organization,
String organizationalUnit,
String commonName,
String emailAddress)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Certificate_subjectName.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCommonName() |
String |
getCountry() |
String |
getEmailAddress() |
String |
getLocality() |
String |
getOrganization() |
String |
getOrganizationalUnit() |
String |
getStateProvince() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"country","stateProvince","locality","organization","organizationalUnit","commonName","emailAddress"}) @Deprecated public Certificate_subjectName(String country, String stateProvince, String locality, String organization, String organizationalUnit, String commonName, String emailAddress)
public static Certificate_subjectName.Builder builder()
Create a new builder.
public String getCountry()
public String getStateProvince()
public String getLocality()
public String getOrganization()
public String getOrganizationalUnit()
public String getCommonName()
public String getEmailAddress()
Copyright © 2016–2019. All rights reserved.