Class ClusterMetadata
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.containerengine.model.ClusterMetadata
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20180222") public final class ClusterMetadata extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe properties that define meta data for a cluster.
 Note: Objects should always be created or deserialized using theClusterMetadata.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 theClusterMetadata.Builder, which maintain a set of all explicitly set fields calledClusterMetadata.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 classClusterMetadata.Builder
 - 
Constructor SummaryConstructors Constructor Description ClusterMetadata(Date timeCreated, String createdByUserId, String createdByWorkRequestId, Date timeDeleted, String deletedByUserId, String deletedByWorkRequestId, Date timeUpdated, String updatedByUserId, String updatedByWorkRequestId, Date timeCredentialExpiration)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterMetadata.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCreatedByUserId()The user who created the cluster.StringgetCreatedByWorkRequestId()The OCID of the work request which created the cluster.StringgetDeletedByUserId()The user who deleted the cluster.StringgetDeletedByWorkRequestId()The OCID of the work request which deleted the cluster.DategetTimeCreated()The time the cluster was created.DategetTimeCredentialExpiration()The time until which the cluster credential is valid.DategetTimeDeleted()The time the cluster was deleted.DategetTimeUpdated()The time the cluster was updated.StringgetUpdatedByUserId()The user who updated the cluster.StringgetUpdatedByWorkRequestId()The OCID of the work request which updated the cluster.inthashCode()ClusterMetadata.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ClusterMetadata@Deprecated @ConstructorProperties({"timeCreated","createdByUserId","createdByWorkRequestId","timeDeleted","deletedByUserId","deletedByWorkRequestId","timeUpdated","updatedByUserId","updatedByWorkRequestId","timeCredentialExpiration"}) public ClusterMetadata(Date timeCreated, String createdByUserId, String createdByWorkRequestId, Date timeDeleted, String deletedByUserId, String deletedByWorkRequestId, Date timeUpdated, String updatedByUserId, String updatedByWorkRequestId, Date timeCredentialExpiration) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ClusterMetadata.Builder builder() Create a new builder.
 - 
toBuilderpublic ClusterMetadata.Builder toBuilder() 
 - 
getTimeCreatedpublic Date getTimeCreated() The time the cluster was created.- Returns:
- the value
 
 - 
getCreatedByUserIdpublic String getCreatedByUserId() The user who created the cluster.- Returns:
- the value
 
 - 
getCreatedByWorkRequestIdpublic String getCreatedByWorkRequestId() The OCID of the work request which created the cluster.- Returns:
- the value
 
 - 
getTimeDeletedpublic Date getTimeDeleted() The time the cluster was deleted.- Returns:
- the value
 
 - 
getDeletedByUserIdpublic String getDeletedByUserId() The user who deleted the cluster.- Returns:
- the value
 
 - 
getDeletedByWorkRequestIdpublic String getDeletedByWorkRequestId() The OCID of the work request which deleted the cluster.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The time the cluster was updated.- Returns:
- the value
 
 - 
getUpdatedByUserIdpublic String getUpdatedByUserId() The user who updated the cluster.- Returns:
- the value
 
 - 
getUpdatedByWorkRequestIdpublic String getUpdatedByWorkRequestId() The OCID of the work request which updated the cluster.- Returns:
- the value
 
 - 
getTimeCredentialExpirationpublic Date getTimeCredentialExpiration() The time until which the cluster credential is valid.- 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
 
 
- 
 
-