Class Association
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.certificatesmanagement.model.Association
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210224") public final class Association extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe details of the association.
 Note: Objects should always be created or deserialized using theAssociation.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 theAssociation.Builder, which maintain a set of all explicitly set fields calledAssociation.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 SummaryNested Classes Modifier and Type Class Description static classAssociation.Builder
 - 
Constructor SummaryConstructors Constructor Description Association(String id, String name, Date timeCreated, AssociationLifecycleState lifecycleState, String certificatesResourceId, String associatedResourceId, String compartmentId, AssociationType associationType)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Association.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAssociatedResourceId()The OCID of the associated resource.AssociationTypegetAssociationType()Type of the association.StringgetCertificatesResourceId()The OCID of the certificate-related resource associated with another Oracle Cloud Infrastructure resource.StringgetCompartmentId()The compartment OCID of the association, which is strongly tied to the compartment OCID of the certificate-related resource.StringgetId()The OCID of the association.AssociationLifecycleStategetLifecycleState()The current lifecycle state of the association.StringgetName()A user-friendly name generated by the service for the association, expressed in a format that follows the pattern: [certificatesResourceEntityType]-[associatedResourceEntityType]-UUID.DategetTimeCreated()A property indicating when the association was created, expressed in RFC 3339 timestamp format.inthashCode()Association.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
Association@Deprecated @ConstructorProperties({"id","name","timeCreated","lifecycleState","certificatesResourceId","associatedResourceId","compartmentId","associationType"}) public Association(String id, String name, Date timeCreated, AssociationLifecycleState lifecycleState, String certificatesResourceId, String associatedResourceId, String compartmentId, AssociationType associationType) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static Association.Builder builder() Create a new builder.
 - 
toBuilderpublic Association.Builder toBuilder() 
 - 
getIdpublic String getId() The OCID of the association.- Returns:
- the value
 
 - 
getNamepublic String getName() A user-friendly name generated by the service for the association, expressed in a format that follows the pattern: [certificatesResourceEntityType]-[associatedResourceEntityType]-UUID.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() A property indicating when the association was created, expressed in RFC 3339 timestamp format.Example: 2019-04-03T21:10:29.600Z - Returns:
- the value
 
 - 
getLifecycleStatepublic AssociationLifecycleState getLifecycleState() The current lifecycle state of the association.- Returns:
- the value
 
 - 
getCertificatesResourceIdpublic String getCertificatesResourceId() The OCID of the certificate-related resource associated with another Oracle Cloud Infrastructure resource.- Returns:
- the value
 
 - 
getAssociatedResourceIdpublic String getAssociatedResourceId() The OCID of the associated resource.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The compartment OCID of the association, which is strongly tied to the compartment OCID of the certificate-related resource.- Returns:
- the value
 
 - 
getAssociationTypepublic AssociationType getAssociationType() Type of the association.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-