Package com.oracle.bmc.goldengate.model
Class DeploymentVersionSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.goldengate.model.DeploymentVersionSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class DeploymentVersionSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe summary data of a specific deployment version.
 Note: Objects should always be created or deserialized using theDeploymentVersionSummary.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 theDeploymentVersionSummary.Builder, which maintain a set of all explicitly set fields calledDeploymentVersionSummary.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 classDeploymentVersionSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description DeploymentVersionSummary(String oggVersion, DeploymentType deploymentType, Date timeReleased, ReleaseType releaseType, Boolean isSecurityFix, Date timeSupportedUntil)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentVersionSummary.Builderbuilder()Create a new builder.booleanequals(Object o)DeploymentTypegetDeploymentType()The type of deployment, which can be any one of the Allowed values.BooleangetIsSecurityFix()Indicates if OGG release contains security fix.StringgetOggVersion()Version of OGGReleaseTypegetReleaseType()The type of release.DategetTimeReleased()The time the resource was released.DategetTimeSupportedUntil()The time until OGG version is supported.inthashCode()DeploymentVersionSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
DeploymentVersionSummary@Deprecated @ConstructorProperties({"oggVersion","deploymentType","timeReleased","releaseType","isSecurityFix","timeSupportedUntil"}) public DeploymentVersionSummary(String oggVersion, DeploymentType deploymentType, Date timeReleased, ReleaseType releaseType, Boolean isSecurityFix, Date timeSupportedUntil) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static DeploymentVersionSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic DeploymentVersionSummary.Builder toBuilder() 
 - 
getOggVersionpublic String getOggVersion() Version of OGG- Returns:
- the value
 
 - 
getDeploymentTypepublic DeploymentType getDeploymentType() The type of deployment, which can be any one of the Allowed values.NOTE: Use of the value ‘OGG’ is maintained for backward compatibility purposes. Its use is discouraged in favor of ‘DATABASE_ORACLE’. - Returns:
- the value
 
 - 
getTimeReleasedpublic Date getTimeReleased() The time the resource was released.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z. - Returns:
- the value
 
 - 
getReleaseTypepublic ReleaseType getReleaseType() The type of release.- Returns:
- the value
 
 - 
getIsSecurityFixpublic Boolean getIsSecurityFix() Indicates if OGG release contains security fix.- Returns:
- the value
 
 - 
getTimeSupportedUntilpublic Date getTimeSupportedUntil() The time until OGG version is supported.After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z. - 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
 
 
- 
 
-