Class StartingPrice
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.StartingPrice
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class StartingPrice extends com.ibm.cloud.sdk.core.service.model.GenericModelPlan-specific starting price information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStartingPrice.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Amount>amount()Gets the amount.java.lang.StringdeploymentId()Gets the deploymentId.StartingPrice.BuildernewBuilder()New builder.java.lang.StringplanId()Gets the planId.java.lang.Stringunit()Gets the unit.
-
-
-
Method Detail
-
newBuilder
public StartingPrice.Builder newBuilder()
New builder.- Returns:
- a StartingPrice builder
-
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
-
-