Class GetCompShareInstanceUserPriceResponse
java.lang.Object
cn.ucloud.common.response.Response
cn.ucloud.ucompshare.models.GetCompShareInstanceUserPriceResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetListPriceDetail(List<GetCompShareInstanceUserPriceResponse.CompSharePriceDetail> listPriceDetail) voidsetOriginalPriceDetail(List<GetCompShareInstanceUserPriceResponse.CompSharePriceDetail> originalPriceDetail) voidMethods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
Constructor Details
-
GetCompShareInstanceUserPriceResponse
public GetCompShareInstanceUserPriceResponse()
-
-
Method Details
-
getPriceDetail
-
setPriceDetail
public void setPriceDetail(List<GetCompShareInstanceUserPriceResponse.CompSharePriceDetail> priceDetail) -
getOriginalPriceDetail
-
setOriginalPriceDetail
public void setOriginalPriceDetail(List<GetCompShareInstanceUserPriceResponse.CompSharePriceDetail> originalPriceDetail) -
getListPriceDetail
-
setListPriceDetail
public void setListPriceDetail(List<GetCompShareInstanceUserPriceResponse.CompSharePriceDetail> listPriceDetail)
-