com.baidubce.services.cdn.model
Class GetPurgeStatusResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.cdn.model.CdnResponse
          extended by com.baidubce.services.cdn.model.GetPurgeStatusResponse
All Implemented Interfaces:
Serializable

public class GetPurgeStatusResponse
extends CdnResponse

Author:
yixing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetPurgeStatusResponse()
           
 
Method Summary
 List<PurgeStatus> getDetails()
           
 String getNextMarker()
           
 boolean isTruncated()
           
 void setDetails(List<PurgeStatus> details)
           
 void setNextMarker(String nextMarker)
           
 
Methods inherited from class com.baidubce.services.cdn.model.CdnResponse
setMetadata, toString
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetPurgeStatusResponse

public GetPurgeStatusResponse()
Method Detail

getNextMarker

public String getNextMarker()
Returns:
nextMarker

setNextMarker

public void setNextMarker(String nextMarker)
Parameters:
nextMarker -

isTruncated

public boolean isTruncated()
Returns:
isTruncated

getDetails

public List<PurgeStatus> getDetails()
Returns:
details

setDetails

public void setDetails(List<PurgeStatus> details)
Parameters:
details -


Copyright © 2018. All rights reserved.