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