Package com.oracle.bmc.fusionapps.model
Class CertificateInfo
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.fusionapps.model.CertificateInfo
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20211201") public final class CertificateInfo extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelProperties of certificate
Note: Objects should always be created or deserialized using theCertificateInfo.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
CertificateInfo.Builder, which maintain a set of all explicitly set fields calledCertificateInfo.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 classCertificateInfo.Builder
-
Constructor Summary
Constructors Constructor Description CertificateInfo(String commonName, List<String> subjectAltNames, String organizationName, String organizationUnit, String locality, String state, String country, String emailAddress, String originCsr, String akamaiCsr, String originDvCertInstruction, String akamaiDvCertInstruction, String firstName, String lastName, String phoneNumber, String postalCode)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CertificateInfo.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAkamaiCsr()Akamai Certificate signing requestStringgetAkamaiDvCertInstruction()Akamai Dv Cert instruction to validate domain, e.g.StringgetCommonName()Fully qualified host nameStringgetCountry()Country nameStringgetEmailAddress()Email addressStringgetFirstName()First nameStringgetLastName()Last nameStringgetLocality()CityStringgetOrganizationName()Company nameStringgetOrganizationUnit()Company sectionStringgetOriginCsr()Certificate signing requestStringgetOriginDvCertInstruction()Dv Cert instruction to validate domain, e.g.StringgetPhoneNumber()Phone numberStringgetPostalCode()Postal codeStringgetState()State or provinceList<String>getSubjectAltNames()List of subject alternative names, comma separatedinthashCode()CertificateInfo.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
CertificateInfo
@Deprecated @ConstructorProperties({"commonName","subjectAltNames","organizationName","organizationUnit","locality","state","country","emailAddress","originCsr","akamaiCsr","originDvCertInstruction","akamaiDvCertInstruction","firstName","lastName","phoneNumber","postalCode"}) public CertificateInfo(String commonName, List<String> subjectAltNames, String organizationName, String organizationUnit, String locality, String state, String country, String emailAddress, String originCsr, String akamaiCsr, String originDvCertInstruction, String akamaiDvCertInstruction, String firstName, String lastName, String phoneNumber, String postalCode)
Deprecated.
-
-
Method Detail
-
builder
public static CertificateInfo.Builder builder()
Create a new builder.
-
toBuilder
public CertificateInfo.Builder toBuilder()
-
getCommonName
public String getCommonName()
Fully qualified host name- Returns:
- the value
-
getSubjectAltNames
public List<String> getSubjectAltNames()
List of subject alternative names, comma separated- Returns:
- the value
-
getOrganizationName
public String getOrganizationName()
Company name- Returns:
- the value
-
getOrganizationUnit
public String getOrganizationUnit()
Company section- Returns:
- the value
-
getLocality
public String getLocality()
City- Returns:
- the value
-
getState
public String getState()
State or province- Returns:
- the value
-
getCountry
public String getCountry()
Country name- Returns:
- the value
-
getEmailAddress
public String getEmailAddress()
Email address- Returns:
- the value
-
getOriginCsr
public String getOriginCsr()
Certificate signing request- Returns:
- the value
-
getAkamaiCsr
public String getAkamaiCsr()
Akamai Certificate signing request- Returns:
- the value
-
getOriginDvCertInstruction
public String getOriginDvCertInstruction()
Dv Cert instruction to validate domain, e.g.set DNS token or HTTP token, etc
- Returns:
- the value
-
getAkamaiDvCertInstruction
public String getAkamaiDvCertInstruction()
Akamai Dv Cert instruction to validate domain, e.g.set DNS token or HTTP token, etc
- Returns:
- the value
-
getFirstName
public String getFirstName()
First name- Returns:
- the value
-
getLastName
public String getLastName()
Last name- Returns:
- the value
-
getPhoneNumber
public String getPhoneNumber()
Phone number- Returns:
- the value
-
getPostalCode
public String getPostalCode()
Postal code- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin 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:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-