Package cn.ucloud.unet.models
Class GetThroughputDailyBillingInfoResponse.ThroughputDailyBillingInfo
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.unet.models.GetThroughputDailyBillingInfoResponse.ThroughputDailyBillingInfo
-
- Enclosing class:
- GetThroughputDailyBillingInfoResponse
public static class GetThroughputDailyBillingInfoResponse.ThroughputDailyBillingInfo extends Response
-
-
Constructor Summary
Constructors Constructor Description ThroughputDailyBillingInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBillingState()IntegergetEndTime()IntegergetQuantityOut()IntegergetStartTime()voidsetBillingState(String billingState)voidsetEndTime(Integer endTime)voidsetQuantityOut(Integer quantityOut)voidsetStartTime(Integer startTime)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getStartTime
public Integer getStartTime()
-
setStartTime
public void setStartTime(Integer startTime)
-
getEndTime
public Integer getEndTime()
-
setEndTime
public void setEndTime(Integer endTime)
-
getQuantityOut
public Integer getQuantityOut()
-
setQuantityOut
public void setQuantityOut(Integer quantityOut)
-
getBillingState
public String getBillingState()
-
setBillingState
public void setBillingState(String billingState)
-
-