public class DescribeCloudNativeAPIGatewayCanaryRulesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCloudNativeAPIGatewayCanaryRulesRequest() | 
| DescribeCloudNativeAPIGatewayCanaryRulesRequest(DescribeCloudNativeAPIGatewayCanaryRulesRequest 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 | getGatewayId()Get 网关ID | 
| Long | getLimit()Get 列表数量 | 
| Long | getOffset()Get 列表offset | 
| String | getRuleType()Get 灰度规则类别 Standard|Lane | 
| String | getServiceId()Get 服务 ID | 
| void | setGatewayId(String GatewayId)Set 网关ID | 
| void | setLimit(Long Limit)Set 列表数量 | 
| void | setOffset(Long Offset)Set 列表offset | 
| void | setRuleType(String RuleType)Set 灰度规则类别 Standard|Lane | 
| void | setServiceId(String ServiceId)Set 服务 ID | 
| 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 DescribeCloudNativeAPIGatewayCanaryRulesRequest()
public DescribeCloudNativeAPIGatewayCanaryRulesRequest(DescribeCloudNativeAPIGatewayCanaryRulesRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 网关IDpublic String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - 服务 IDpublic String getRuleType()
public void setRuleType(String RuleType)
RuleType - 灰度规则类别 Standard|Lanepublic Long getLimit()
public void setLimit(Long Limit)
Limit - 列表数量public Long getOffset()
public void setOffset(Long Offset)
Offset - 列表offsetCopyright © 2025. All rights reserved.