Class TargetAsset
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.cloudmigrations.model.TargetAsset
 
 
- 
- Direct Known Subclasses:
- VmTargetAsset
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220919") public class TargetAsset extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDescription of the target asset.
 Note: Objects should always be created or deserialized using theBuilder. 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 theBuilder, which maintain a set of all explicitly set fields calledBuilder#__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 classTargetAsset.LifecycleStateThe current state of the target asset.static classTargetAsset.TypeThe type of target asset.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedTargetAsset(String id, String displayName, TargetAsset.LifecycleState lifecycleState, String lifecycleDetails, String migrationPlanId, String compartmentId, String createdResourceId, Boolean isExcludedFromExecution, List<CompatibilityMessage> compatibilityMessages, CostEstimation estimatedCost, Date timeCreated, Date timeUpdated, Date timeAssessed, MigrationAsset migrationAsset)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCompartmentId()Compartment identifierList<CompatibilityMessage>getCompatibilityMessages()Messages about the compatibility issues.StringgetCreatedResourceId()Created resource identifierStringgetDisplayName()A user-friendly name.CostEstimationgetEstimatedCost()StringgetId()Unique identifier that is immutable on creation.BooleangetIsExcludedFromExecution()A boolean indicating whether the asset should be migrated.StringgetLifecycleDetails()A message describing the current state in more detail.TargetAsset.LifecycleStategetLifecycleState()The current state of the target asset.MigrationAssetgetMigrationAsset()StringgetMigrationPlanId()OCID of the associated migration plan.DategetTimeAssessed()The time when the assessment was done.DategetTimeCreated()The time when the target asset was created.DategetTimeUpdated()The time when the target asset was updated.inthashCode()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
TargetAsset@Deprecated @ConstructorProperties({"id","displayName","lifecycleState","lifecycleDetails","migrationPlanId","compartmentId","createdResourceId","isExcludedFromExecution","compatibilityMessages","estimatedCost","timeCreated","timeUpdated","timeAssessed","migrationAsset"}) protected TargetAsset(String id, String displayName, TargetAsset.LifecycleState lifecycleState, String lifecycleDetails, String migrationPlanId, String compartmentId, String createdResourceId, Boolean isExcludedFromExecution, List<CompatibilityMessage> compatibilityMessages, CostEstimation estimatedCost, Date timeCreated, Date timeUpdated, Date timeAssessed, MigrationAsset migrationAsset) Deprecated.
 
- 
 - 
Method Detail- 
getIdpublic String getId() Unique identifier that is immutable on creation.- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Returns:
- the value
 
 - 
getLifecycleStatepublic TargetAsset.LifecycleState getLifecycleState() The current state of the target asset.- Returns:
- the value
 
 - 
getLifecycleDetailspublic String getLifecycleDetails() A message describing the current state in more detail.For example, it can be used to provide actionable information for a resource in Failed state. - Returns:
- the value
 
 - 
getMigrationPlanIdpublic String getMigrationPlanId() OCID of the associated migration plan.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() Compartment identifier- Returns:
- the value
 
 - 
getCreatedResourceIdpublic String getCreatedResourceId() Created resource identifier- Returns:
- the value
 
 - 
getIsExcludedFromExecutionpublic Boolean getIsExcludedFromExecution() A boolean indicating whether the asset should be migrated.- Returns:
- the value
 
 - 
getCompatibilityMessagespublic List<CompatibilityMessage> getCompatibilityMessages() Messages about the compatibility issues.- Returns:
- the value
 
 - 
getEstimatedCostpublic CostEstimation getEstimatedCost() 
 - 
getTimeCreatedpublic Date getTimeCreated() The time when the target asset was created.An RFC3339 formatted datetime string. - Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The time when the target asset was updated.An RFC3339 formatted datetime string. - Returns:
- the value
 
 - 
getTimeAssessedpublic Date getTimeAssessed() The time when the assessment was done.An RFC3339 formatted datetime string. - Returns:
- the value
 
 - 
getMigrationAssetpublic MigrationAsset getMigrationAsset() 
 - 
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
 
 
- 
 
-