Class ManagementAgentImageSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.managementagent.model.ManagementAgentImageSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public final class ManagementAgentImageSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Supported Agent downloads
Note: Objects should always be created or deserialized using theManagementAgentImageSummary.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 the
ManagementAgentImageSummary.Builder
, which maintain a set of all explicitly set fields calledManagementAgentImageSummary.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
ManagementAgentImageSummary.Builder
-
Constructor Summary
Constructors Constructor Description ManagementAgentImageSummary(String id, PlatformTypes platformType, String platformName, PackageTypes packageType, ArchitectureTypes packageArchitectureType, String version, BigDecimal size, String checksum, String objectUrl, ObjectDetails imageObjectStorageDetails, LifecycleStates lifecycleState)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementAgentImageSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getChecksum()
Agent image content SHA256 HashString
getId()
Agent image resource idObjectDetails
getImageObjectStorageDetails()
LifecycleStates
getLifecycleState()
The current state of Management Agent ImageString
getObjectUrl()
Object storage URL for downloadArchitectureTypes
getPackageArchitectureType()
The installation package target architecture typePackageTypes
getPackageType()
The installation package typeString
getPlatformName()
Agent image platform display namePlatformTypes
getPlatformType()
Agent image platform typeBigDecimal
getSize()
Agent image size in bytesString
getVersion()
Agent image versionint
hashCode()
ManagementAgentImageSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
ManagementAgentImageSummary
@Deprecated @ConstructorProperties({"id","platformType","platformName","packageType","packageArchitectureType","version","size","checksum","objectUrl","imageObjectStorageDetails","lifecycleState"}) public ManagementAgentImageSummary(String id, PlatformTypes platformType, String platformName, PackageTypes packageType, ArchitectureTypes packageArchitectureType, String version, BigDecimal size, String checksum, String objectUrl, ObjectDetails imageObjectStorageDetails, LifecycleStates lifecycleState)
Deprecated.
-
-
Method Detail
-
builder
public static ManagementAgentImageSummary.Builder builder()
Create a new builder.
-
toBuilder
public ManagementAgentImageSummary.Builder toBuilder()
-
getId
public String getId()
Agent image resource id- Returns:
- the value
-
getPlatformType
public PlatformTypes getPlatformType()
Agent image platform type- Returns:
- the value
-
getPlatformName
public String getPlatformName()
Agent image platform display name- Returns:
- the value
-
getPackageType
public PackageTypes getPackageType()
The installation package type- Returns:
- the value
-
getPackageArchitectureType
public ArchitectureTypes getPackageArchitectureType()
The installation package target architecture type- Returns:
- the value
-
getVersion
public String getVersion()
Agent image version- Returns:
- the value
-
getSize
public BigDecimal getSize()
Agent image size in bytes- Returns:
- the value
-
getChecksum
public String getChecksum()
Agent image content SHA256 Hash- Returns:
- the value
-
getObjectUrl
public String getObjectUrl()
Object storage URL for download- Returns:
- the value
-
getImageObjectStorageDetails
public ObjectDetails getImageObjectStorageDetails()
-
getLifecycleState
public LifecycleStates getLifecycleState()
The current state of Management Agent Image- 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
-
-