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.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.
-
-
-
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
-
-