Package com.oracle.bmc.cloudbridge.model
Class ApplianceImageSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.cloudbridge.model.ApplianceImageSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20220509") public final class ApplianceImageSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Description of the ApplianceImage.
Note: Objects should always be created or deserialized using theApplianceImageSummary.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 theApplianceImageSummary.Builder
, which maintain a set of all explicitly set fields calledApplianceImageSummary.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 class
ApplianceImageSummary.Builder
static class
ApplianceImageSummary.LifecycleState
The current state of the appliance image.
-
Constructor Summary
Constructors Constructor Description ApplianceImageSummary(String id, String fileName, String displayName, String version, String sizeInMBs, String checksum, String platform, String format, Date timeCreated, Date timeUpdated, ApplianceImageSummary.LifecycleState lifecycleState, String downloadUrl, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplianceImageSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getChecksum()
The checksum of the image file.Map<String,Map<String,Object>>
getDefinedTags()
The defined tags associated with this resource, if any.String
getDisplayName()
The name of the image to be displayed.String
getDownloadUrl()
The URL from which the appliance image can be downloaded.String
getFileName()
The name of the appliance Image file.String
getFormat()
The file format of the image file.Map<String,String>
getFreeformTags()
The freeform tags associated with this resource, if any.String
getId()
Unique identifier that is immutable on creation.ApplianceImageSummary.LifecycleState
getLifecycleState()
The current state of the appliance image.String
getPlatform()
The virtualization platform that the image file supports.String
getSizeInMBs()
The size of the image file in megabytes.Date
getTimeCreated()
The time when the appliance image was created.An RFC3339 formatted datetime string.Date
getTimeUpdated()
The time when the appliance image was last updated.String
getVersion()
The version of the image file.int
hashCode()
ApplianceImageSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
ApplianceImageSummary
@Deprecated @ConstructorProperties({"id","fileName","displayName","version","sizeInMBs","checksum","platform","format","timeCreated","timeUpdated","lifecycleState","downloadUrl","freeformTags","definedTags"}) public ApplianceImageSummary(String id, String fileName, String displayName, String version, String sizeInMBs, String checksum, String platform, String format, Date timeCreated, Date timeUpdated, ApplianceImageSummary.LifecycleState lifecycleState, String downloadUrl, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-
-
Method Detail
-
builder
public static ApplianceImageSummary.Builder builder()
Create a new builder.
-
toBuilder
public ApplianceImageSummary.Builder toBuilder()
-
getId
public String getId()
Unique identifier that is immutable on creation.- Returns:
- the value
-
getFileName
public String getFileName()
The name of the appliance Image file.- Returns:
- the value
-
getDisplayName
public String getDisplayName()
The name of the image to be displayed.- Returns:
- the value
-
getVersion
public String getVersion()
The version of the image file.- Returns:
- the value
-
getSizeInMBs
public String getSizeInMBs()
The size of the image file in megabytes.- Returns:
- the value
-
getChecksum
public String getChecksum()
The checksum of the image file.- Returns:
- the value
-
getPlatform
public String getPlatform()
The virtualization platform that the image file supports.- Returns:
- the value
-
getFormat
public String getFormat()
The file format of the image file.- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
The time when the appliance image was created.An RFC3339 formatted datetime string.- Returns:
- the value
-
getTimeUpdated
public Date getTimeUpdated()
The time when the appliance image was last updated.An RFC3339 formatted datetime string.
- Returns:
- the value
-
getLifecycleState
public ApplianceImageSummary.LifecycleState getLifecycleState()
The current state of the appliance image.- Returns:
- the value
-
getDownloadUrl
public String getDownloadUrl()
The URL from which the appliance image can be downloaded.- Returns:
- the value
-
getFreeformTags
public Map<String,String> getFreeformTags()
The freeform tags associated with this resource, if any.Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {“Department”: “Finance”}
- Returns:
- the value
-
getDefinedTags
public Map<String,Map<String,Object>> getDefinedTags()
The defined tags associated with this resource, if any.Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in 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:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-