Class PlanHistoryItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.PlanHistoryItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PlanHistoryItem extends com.ibm.cloud.sdk.core.service.model.GenericModelAn element of the plan history of the instance.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRequestorId()Gets the requestorId.java.lang.StringgetResourcePlanId()Gets the resourcePlanId.java.util.DategetStartDate()Gets the startDate.
-
-
-
Method Detail
-
getResourcePlanId
public java.lang.String getResourcePlanId()
Gets the resourcePlanId. The unique ID of the plan associated with the offering. This value is provided by and stored in the global catalog.- Returns:
- the resourcePlanId
-
getStartDate
public java.util.Date getStartDate()
Gets the startDate. The date on which the plan was changed.- Returns:
- the startDate
-
getRequestorId
public java.lang.String getRequestorId()
Gets the requestorId. The subject who made the plan change.- Returns:
- the requestorId
-
-