Class Pricing
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.Pricing
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Pricing extends com.ibm.cloud.sdk.core.service.model.GenericModelRepresents the pricing details of the contract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPricing.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringamount()Gets the amount.java.lang.Stringcurrency()Gets the currency.Pricing.BuildernewBuilder()New builder.java.lang.Stringunit()Gets the unit.
-
-
-
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
-
-