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 灰度规则配置
|
String |
getGatewayId()
Get 网关 ID
|
String |
getServiceId()
Get 服务 ID
|
void |
setCanaryRule(CloudNativeAPIGatewayCanaryRule CanaryRule)
Set 灰度规则配置
|
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, toJsonString
public 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
- 灰度规则配置Copyright © 2024. All rights reserved.