Class StartingPrice

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

    public class StartingPrice
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Plan-specific starting price information.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  StartingPrice.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Amount> amount()
      Gets the amount.
      java.lang.String deploymentId()
      Gets the deploymentId.
      StartingPrice.Builder newBuilder()
      New builder.
      java.lang.String planId()
      Gets the planId.
      java.lang.String unit()
      Gets the unit.
      • 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

      • planId

        public java.lang.String planId()
        Gets the planId. ID of the plan the starting price is calculated.
        Returns:
        the planId
      • deploymentId

        public java.lang.String deploymentId()
        Gets the deploymentId. ID of the deployment the starting price is calculated.
        Returns:
        the deploymentId
      • unit

        public java.lang.String unit()
        Gets the unit. Pricing unit.
        Returns:
        the unit
      • amount

        public java.util.List<Amount> amount()
        Gets the amount. The pricing per metric by country and currency.
        Returns:
        the amount