public class CreateCloudNativeAPIGatewayCanaryRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCloudNativeAPIGatewayCanaryRuleRequest() | 
| CreateCloudNativeAPIGatewayCanaryRuleRequest(CreateCloudNativeAPIGatewayCanaryRuleRequest 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 | 
|---|---|
| CloudNativeAPIGatewayCanaryRule | getCanaryRule()Get 灰度规则配置 | 
| CloudNativeAPIGatewayCanaryRule[] | getCanaryRuleList()Get 灰度规则配置列表,如果配置了此参数,将以此参数为准,忽略CanaryRule参数 | 
| String | getGatewayId()Get 网关 ID | 
| String | getServiceId()Get 服务 ID | 
| void | setCanaryRule(CloudNativeAPIGatewayCanaryRule CanaryRule)Set 灰度规则配置 | 
| void | setCanaryRuleList(CloudNativeAPIGatewayCanaryRule[] CanaryRuleList)Set 灰度规则配置列表,如果配置了此参数,将以此参数为准,忽略CanaryRule参数 | 
| void | setGatewayId(String GatewayId)Set 网关 ID | 
| 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 CreateCloudNativeAPIGatewayCanaryRuleRequest()
public CreateCloudNativeAPIGatewayCanaryRuleRequest(CreateCloudNativeAPIGatewayCanaryRuleRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 网关 IDpublic String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - 服务 IDpublic CloudNativeAPIGatewayCanaryRule getCanaryRule()
public void setCanaryRule(CloudNativeAPIGatewayCanaryRule CanaryRule)
CanaryRule - 灰度规则配置public CloudNativeAPIGatewayCanaryRule[] getCanaryRuleList()
public void setCanaryRuleList(CloudNativeAPIGatewayCanaryRule[] CanaryRuleList)
CanaryRuleList - 灰度规则配置列表,如果配置了此参数,将以此参数为准,忽略CanaryRule参数Copyright © 2025. All rights reserved.