Class Reclamation
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.Reclamation
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Reclamation extends com.ibm.cloud.sdk.core.service.model.GenericModel
A reclamation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAccountId()
Gets the accountId.java.util.Date
getCreatedAt()
Gets the createdAt.java.lang.String
getCreatedBy()
Gets the createdBy.java.util.Map<java.lang.String,java.lang.Object>
getCustomProperties()
Gets the customProperties.java.lang.String
getEntityCrn()
Gets the entityCrn.java.lang.String
getEntityId()
Gets the entityId.java.lang.String
getEntityTypeId()
Gets the entityTypeId.java.lang.String
getId()
Gets the id.java.lang.String
getPolicyId()
Gets the policyId.java.lang.String
getResourceGroupId()
Gets the resourceGroupId.java.lang.String
getResourceInstanceId()
Gets the resourceInstanceId.java.lang.String
getState()
Gets the state.java.lang.String
getTargetTime()
Gets the targetTime.java.util.Date
getUpdatedAt()
Gets the updatedAt.java.lang.String
getUpdatedBy()
Gets the updatedBy.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. The ID associated with the reclamation.- Returns:
- the id
-
getEntityId
public java.lang.String getEntityId()
Gets the entityId. The ID of the entity for the reclamation.- Returns:
- the entityId
-
getEntityTypeId
public java.lang.String getEntityTypeId()
Gets the entityTypeId. The ID of the entity type for the reclamation.- Returns:
- the entityTypeId
-
getEntityCrn
public java.lang.String getEntityCrn()
Gets the entityCrn. The full Cloud Resource Name (CRN) associated with the binding. For more information about this format, see [Cloud Resource Names](https://cloud.ibm.com/docs/overview?topic=overview-crn).- Returns:
- the entityCrn
-
getResourceInstanceId
public java.lang.String getResourceInstanceId()
Gets the resourceInstanceId. The ID of the resource instance.- Returns:
- the resourceInstanceId
-
getResourceGroupId
public java.lang.String getResourceGroupId()
Gets the resourceGroupId. The ID of the resource group.- Returns:
- the resourceGroupId
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. An alpha-numeric value identifying the account ID.- Returns:
- the accountId
-
getPolicyId
public java.lang.String getPolicyId()
Gets the policyId. The ID of policy for the reclamation.- Returns:
- the policyId
-
getState
public java.lang.String getState()
Gets the state. The state of the reclamation.- Returns:
- the state
-
getTargetTime
public java.lang.String getTargetTime()
Gets the targetTime. The target time that the reclamation retention period end.- Returns:
- the targetTime
-
getCustomProperties
public java.util.Map<java.lang.String,java.lang.Object> getCustomProperties()
Gets the customProperties. The custom properties of the reclamation.- Returns:
- the customProperties
-
getCreatedAt
public java.util.Date getCreatedAt()
Gets the createdAt. The date when the reclamation was created.- Returns:
- the createdAt
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. The subject who created the reclamation.- Returns:
- the createdBy
-
getUpdatedAt
public java.util.Date getUpdatedAt()
Gets the updatedAt. The date when the reclamation was last updated.- Returns:
- the updatedAt
-
getUpdatedBy
public java.lang.String getUpdatedBy()
Gets the updatedBy. The subject who updated the reclamation.- Returns:
- the updatedBy
-
-