Package cn.ucloud.uddb.models
Class DescribeUDDBInstancePriceResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uddb.models.DescribeUDDBInstancePriceResponse
-
public class DescribeUDDBInstancePriceResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUDDBInstancePriceResponse.PriceDetailInfo
-
Constructor Summary
Constructors Constructor Description DescribeUDDBInstancePriceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeUDDBInstancePriceResponse.PriceDetailInfogetPriceInfo()voidsetPriceInfo(DescribeUDDBInstancePriceResponse.PriceDetailInfo priceInfo)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getPriceInfo
public DescribeUDDBInstancePriceResponse.PriceDetailInfo getPriceInfo()
-
setPriceInfo
public void setPriceInfo(DescribeUDDBInstancePriceResponse.PriceDetailInfo priceInfo)
-
-