Package com.oracle.bmc.database.model
Class AppVersionSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.database.model.AppVersionSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AppVersionSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe version details specific to an app.
 Note: Objects should always be created or deserialized using theAppVersionSummary.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 theAppVersionSummary.Builder, which maintain a set of all explicitly set fields calledAppVersionSummary.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 classAppVersionSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description AppVersionSummary(String releaseDate, String endOfSupport, String supportedAppName, Boolean isCertified)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppVersionSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetEndOfSupport()The Autonomous Container Database version end of support date.BooleangetIsCertified()Indicates if the image is certified.StringgetReleaseDate()The Autonomous Container Database version release date.StringgetSupportedAppName()The name of the supported application.inthashCode()AppVersionSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AppVersionSummary@Deprecated @ConstructorProperties({"releaseDate","endOfSupport","supportedAppName","isCertified"}) public AppVersionSummary(String releaseDate, String endOfSupport, String supportedAppName, Boolean isCertified) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static AppVersionSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic AppVersionSummary.Builder toBuilder() 
 - 
getReleaseDatepublic String getReleaseDate() The Autonomous Container Database version release date.- Returns:
- the value
 
 - 
getEndOfSupportpublic String getEndOfSupport() The Autonomous Container Database version end of support date.- Returns:
- the value
 
 - 
getSupportedAppNamepublic String getSupportedAppName() The name of the supported application.- Returns:
- the value
 
 - 
getIsCertifiedpublic Boolean getIsCertified() Indicates if the image is certified.- 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
 
 
- 
 
-