@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public final class ManagementAgentImage extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Supported Agent downloads
Note: Objects should always be created or deserialized using the ManagementAgentImage.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 ManagementAgentImage.Builder
, which maintain a
set of all explicitly set fields called ManagementAgentImage.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
ManagementAgentImage.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ManagementAgentImage(String id,
PlatformTypes platformType,
String platformName,
PackageTypes packageType,
ArchitectureTypes packageArchitectureType,
String version,
BigDecimal size,
String checksum,
String objectUrl,
ObjectDetails imageObjectStorageDetails,
LifecycleStates lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ManagementAgentImage.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getChecksum()
Agent image content SHA256 Hash
|
String |
getId()
Agent image resource id
|
ObjectDetails |
getImageObjectStorageDetails() |
LifecycleStates |
getLifecycleState()
The current state of Management Agent Image
|
String |
getObjectUrl()
Object storage URL for download
|
ArchitectureTypes |
getPackageArchitectureType()
The installation package target architecture type
|
PackageTypes |
getPackageType()
The installation package type
|
String |
getPlatformName()
Agent image platform display name
|
PlatformTypes |
getPlatformType()
Agent image platform type
|
BigDecimal |
getSize()
Agent image size in bytes
|
String |
getVersion()
Agent image version
|
int |
hashCode() |
ManagementAgentImage.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","platformType","platformName","packageType","packageArchitectureType","version","size","checksum","objectUrl","imageObjectStorageDetails","lifecycleState"}) public ManagementAgentImage(String id, PlatformTypes platformType, String platformName, PackageTypes packageType, ArchitectureTypes packageArchitectureType, String version, BigDecimal size, String checksum, String objectUrl, ObjectDetails imageObjectStorageDetails, LifecycleStates lifecycleState)
public static ManagementAgentImage.Builder builder()
Create a new builder.
public ManagementAgentImage.Builder toBuilder()
public String getId()
Agent image resource id
public PlatformTypes getPlatformType()
Agent image platform type
public String getPlatformName()
Agent image platform display name
public PackageTypes getPackageType()
The installation package type
public ArchitectureTypes getPackageArchitectureType()
The installation package target architecture type
public String getVersion()
Agent image version
public BigDecimal getSize()
Agent image size in bytes
public String getChecksum()
Agent image content SHA256 Hash
public String getObjectUrl()
Object storage URL for download
public ObjectDetails getImageObjectStorageDetails()
public LifecycleStates getLifecycleState()
The current state of Management Agent Image
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.