public class DescribeUnitRulesV2Request extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeUnitRulesV2Request() | 
| DescribeUnitRulesV2Request(DescribeUnitRulesV2Request 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 | getGatewayInstanceId()Get 网关实体ID | 
| Long | getLimit()Get 翻页查询每页记录数 | 
| Long | getOffset()Get 翻页查询偏移量 | 
| String | getSearchWord()Get 根据规则名或备注内容模糊查询 | 
| String | getStatus()Get 启用状态, disabled: 未发布, enabled: 发布 | 
| void | setGatewayInstanceId(String GatewayInstanceId)Set 网关实体ID | 
| void | setLimit(Long Limit)Set 翻页查询每页记录数 | 
| void | setOffset(Long Offset)Set 翻页查询偏移量 | 
| void | setSearchWord(String SearchWord)Set 根据规则名或备注内容模糊查询 | 
| void | setStatus(String Status)Set 启用状态, disabled: 未发布, enabled: 发布 | 
| 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 DescribeUnitRulesV2Request()
public DescribeUnitRulesV2Request(DescribeUnitRulesV2Request source)
public String getGatewayInstanceId()
public void setGatewayInstanceId(String GatewayInstanceId)
GatewayInstanceId - 网关实体IDpublic String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord - 根据规则名或备注内容模糊查询public String getStatus()
public void setStatus(String Status)
Status - 启用状态, disabled: 未发布, enabled: 发布public Long getOffset()
public void setOffset(Long Offset)
Offset - 翻页查询偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 翻页查询每页记录数Copyright © 2025. All rights reserved.