public class DescribeRegionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeRegionRequest() | 
| DescribeRegionRequest(DescribeRegionRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusiness()Get 业务字段,可忽略 | 
| String | getCdcId()Get cdc专有集群业务字段,可忽略 | 
| Long | getLimit()Get 返回最大结果数 | 
| Long | getOffset()Get 偏移量 | 
| void | setBusiness(String Business)Set 业务字段,可忽略 | 
| void | setCdcId(String CdcId)Set cdc专有集群业务字段,可忽略 | 
| void | setLimit(Long Limit)Set 返回最大结果数 | 
| void | setOffset(Long Offset)Set 偏移量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeRegionRequest()
public DescribeRegionRequest(DescribeRegionRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回最大结果数public String getBusiness()
public void setBusiness(String Business)
Business - 业务字段,可忽略public String getCdcId()
public void setCdcId(String CdcId)
CdcId - cdc专有集群业务字段,可忽略Copyright © 2025. All rights reserved.