类 GetCacheQuotaResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.cdn.model.CdnResponse
-
- com.baidubce.services.cdn.model.GetCacheQuotaResponse
-
- 所有已实现的接口:
Serializable
public class GetCacheQuotaResponse extends CdnResponse
- 作者:
- yixing
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetCacheQuotaResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 IntegergetDirQuota()IntegergetDirRemain()IntegergetUrlQuota()IntegergetUrlRemain()voidsetDirQuota(Integer dirQuota)voidsetDirRemain(Integer dirRemain)voidsetUrlQuota(Integer urlQuota)voidsetUrlRemain(Integer urlRemain)-
从类继承的方法 com.baidubce.services.cdn.model.CdnResponse
setMetadata, toString
-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getDirRemain
public Integer getDirRemain()
- 返回:
- dirRemain
-
setDirRemain
public void setDirRemain(Integer dirRemain)
- 参数:
dirRemain-
-
getUrlRemain
public Integer getUrlRemain()
- 返回:
- urlRemain
-
setUrlRemain
public void setUrlRemain(Integer urlRemain)
- 参数:
urlRemain-
-
getDirQuota
public Integer getDirQuota()
- 返回:
- dirQuota
-
setDirQuota
public void setDirQuota(Integer dirQuota)
- 参数:
dirQuota-
-
getUrlQuota
public Integer getUrlQuota()
- 返回:
- urlQuota
-
setUrlQuota
public void setUrlQuota(Integer urlQuota)
- 参数:
urlQuota-
-
-