Class Pricing

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

    public class Pricing
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Represents the pricing details of the contract.
    • Nested Class Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String amount()
      Gets the amount.
      java.lang.String currency()
      Gets the currency.
      Pricing.Builder newBuilder()
      New builder.
      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

      • newBuilder

        public Pricing.Builder newBuilder()
        New builder.
        Returns:
        a Pricing builder
      • amount

        public java.lang.String amount()
        Gets the amount. The amount for the contract pricing.
        Returns:
        the amount
      • currency

        public java.lang.String currency()
        Gets the currency. The currency for the pricing amount.
        Returns:
        the currency
      • unit

        public java.lang.String unit()
        Gets the unit. The unit associated with the pricing.
        Returns:
        the unit