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