public class DescribeCacheRuleJobsResponse
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
DescribeCacheRuleJobsResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<CacheRuleJobInfo> |
getCacheRuleJobInfos() |
Boolean |
getIsTruncated() |
String |
getMarker() |
Integer |
getMaxKeys() |
String |
getNextMarker() |
DescribeCacheRuleJobsResponse |
setCacheRuleJobInfos(List<CacheRuleJobInfo> cacheRuleJobInfos) |
DescribeCacheRuleJobsResponse |
setIsTruncated(Boolean isTruncated) |
DescribeCacheRuleJobsResponse |
setMarker(String marker) |
DescribeCacheRuleJobsResponse |
setMaxKeys(Integer maxKeys) |
DescribeCacheRuleJobsResponse |
setNextMarker(String nextMarker) |
String |
toString() |
public List<CacheRuleJobInfo> getCacheRuleJobInfos()
public DescribeCacheRuleJobsResponse setCacheRuleJobInfos(List<CacheRuleJobInfo> cacheRuleJobInfos)
public String getMarker()
public DescribeCacheRuleJobsResponse setMarker(String marker)
public Boolean getIsTruncated()
public DescribeCacheRuleJobsResponse setIsTruncated(Boolean isTruncated)
public String getNextMarker()
public DescribeCacheRuleJobsResponse setNextMarker(String nextMarker)
public Integer getMaxKeys()
public DescribeCacheRuleJobsResponse setMaxKeys(Integer maxKeys)
Copyright © 2026. All rights reserved.