Package cn.ucloud.ufile.models
Class GetUFileQuotaInfoResponse.UFileQuotaDataSetItem
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ufile.models.GetUFileQuotaInfoResponse.UFileQuotaDataSetItem
-
- Enclosing class:
- GetUFileQuotaInfoResponse
public static class GetUFileQuotaInfoResponse.UFileQuotaDataSetItem extends Response
-
-
Constructor Summary
Constructors Constructor Description UFileQuotaDataSetItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetUFileQuotaInfoResponse.UFileQuotaLeftgetDownloadFlow()IntegergetOwe()StringgetRegion()GetUFileQuotaInfoResponse.UFileQuotaLeftgetRequestCnt()GetUFileQuotaInfoResponse.UFileQuotaLeftgetStorage()voidsetDownloadFlow(GetUFileQuotaInfoResponse.UFileQuotaLeft downloadFlow)voidsetOwe(Integer owe)voidsetRegion(String region)voidsetRequestCnt(GetUFileQuotaInfoResponse.UFileQuotaLeft requestCnt)voidsetStorage(GetUFileQuotaInfoResponse.UFileQuotaLeft storage)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getRegion
public String getRegion()
-
setRegion
public void setRegion(String region)
-
getOwe
public Integer getOwe()
-
setOwe
public void setOwe(Integer owe)
-
getStorage
public GetUFileQuotaInfoResponse.UFileQuotaLeft getStorage()
-
setStorage
public void setStorage(GetUFileQuotaInfoResponse.UFileQuotaLeft storage)
-
getDownloadFlow
public GetUFileQuotaInfoResponse.UFileQuotaLeft getDownloadFlow()
-
setDownloadFlow
public void setDownloadFlow(GetUFileQuotaInfoResponse.UFileQuotaLeft downloadFlow)
-
getRequestCnt
public GetUFileQuotaInfoResponse.UFileQuotaLeft getRequestCnt()
-
setRequestCnt
public void setRequestCnt(GetUFileQuotaInfoResponse.UFileQuotaLeft requestCnt)
-
-