类 GetPurgeStatusResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.cdn.model.CdnResponse
-
- com.baidubce.services.cdn.model.GetPurgeStatusResponse
-
- 所有已实现的接口:
Serializable
public class GetPurgeStatusResponse extends CdnResponse
- 作者:
- yixing
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetPurgeStatusResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<PurgeStatus>getDetails()StringgetNextMarker()booleanisTruncated()voidsetDetails(List<PurgeStatus> details)voidsetNextMarker(String nextMarker)-
从类继承的方法 com.baidubce.services.cdn.model.CdnResponse
setMetadata, toString
-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getNextMarker
public String getNextMarker()
- 返回:
- nextMarker
-
setNextMarker
public void setNextMarker(String nextMarker)
- 参数:
nextMarker-
-
isTruncated
public boolean isTruncated()
- 返回:
- isTruncated
-
getDetails
public List<PurgeStatus> getDetails()
- 返回:
- details
-
setDetails
public void setDetails(List<PurgeStatus> details)
- 参数:
details-
-
-