public class DescribeGroupBindedGatewaysRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeGroupBindedGatewaysRequest() | 
| DescribeGroupBindedGatewaysRequest(DescribeGroupBindedGatewaysRequest 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 | getGroupId()Get API 分组ID | 
| Long | getLimit()Get 翻页查询每页记录数 | 
| Long | getOffset()Get 翻页查询偏移量 | 
| String | getSearchWord()Get 搜索关键字 | 
| void | setGroupId(String GroupId)Set API 分组ID | 
| void | setLimit(Long Limit)Set 翻页查询每页记录数 | 
| void | setOffset(Long Offset)Set 翻页查询偏移量 | 
| void | setSearchWord(String SearchWord)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 DescribeGroupBindedGatewaysRequest()
public DescribeGroupBindedGatewaysRequest(DescribeGroupBindedGatewaysRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - API 分组IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 翻页查询偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 翻页查询每页记录数public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord - 搜索关键字Copyright © 2025. All rights reserved.