Package cn.ucloud.udb.models
Class DescribeUDBInstancePriceResponse.UDBInstancePriceSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.udb.models.DescribeUDBInstancePriceResponse.UDBInstancePriceSet
-
- Enclosing class:
- DescribeUDBInstancePriceResponse
public static class DescribeUDBInstancePriceResponse.UDBInstancePriceSet extends Response
-
-
Constructor Summary
Constructors Constructor Description UDBInstancePriceSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()IntegergetPrice()voidsetChargeType(String chargeType)voidsetPrice(Integer price)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-