Class PlanHistoryItem

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PlanHistoryItem
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    An element of the plan history of the instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRequestorId()
      Gets the requestorId.
      java.lang.String getResourcePlanId()
      Gets the resourcePlanId.
      java.util.Date getStartDate()
      Gets the startDate.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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