Package cn.ucloud.unet.models
Class GetThroughputDailyBillingInfoResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.unet.models.GetThroughputDailyBillingInfoResponse
-
public class GetThroughputDailyBillingInfoResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetThroughputDailyBillingInfoResponse.ThroughputDailyBillingInfo
-
Constructor Summary
Constructors Constructor Description GetThroughputDailyBillingInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEIPId()List<GetThroughputDailyBillingInfoResponse.ThroughputDailyBillingInfo>getStats()IntegergetTotalOut()voidsetEIPId(String eipId)voidsetStats(List<GetThroughputDailyBillingInfoResponse.ThroughputDailyBillingInfo> stats)voidsetTotalOut(Integer totalOut)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getStats
public List<GetThroughputDailyBillingInfoResponse.ThroughputDailyBillingInfo> getStats()
-
setStats
public void setStats(List<GetThroughputDailyBillingInfoResponse.ThroughputDailyBillingInfo> stats)
-
getTotalOut
public Integer getTotalOut()
-
setTotalOut
public void setTotalOut(Integer totalOut)
-
getEIPId
public String getEIPId()
-
setEIPId
public void setEIPId(String eipId)
-
-