public class GetCacheRecordsResponse extends CdnResponse
metadata| Constructor and Description |
|---|
GetCacheRecordsResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<RecordStatus> |
getDetails() |
String |
getNextMarker() |
boolean |
isTruncated() |
void |
setDetails(List<RecordStatus> details) |
void |
setNextMarker(String nextMarker) |
void |
setTruncated(boolean isTruncated) |
setMetadata, toStringgetMetadatapublic List<RecordStatus> getDetails()
public void setDetails(List<RecordStatus> details)
details - detail of taskpublic boolean isTruncated()
public void setTruncated(boolean isTruncated)
isTruncated - public String getNextMarker()
public void setNextMarker(String nextMarker)
nextMarker - Subsequent list tagCopyright © 2024. All rights reserved.