public class DeleteCloudNativeAPIGatewayCanaryRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteCloudNativeAPIGatewayCanaryRuleRequest() |
DeleteCloudNativeAPIGatewayCanaryRuleRequest(DeleteCloudNativeAPIGatewayCanaryRuleRequest 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 |
getPriority()
Get 优先级
|
Long[] |
getPriorityList()
Get 优先级列表,如果配置了此参数,将以此参数为准,忽略Priority参数
|
String |
getServiceId()
Get 服务 ID
|
void |
setGatewayId(String GatewayId)
Set 网关 ID
|
void |
setPriority(Long Priority)
Set 优先级
|
void |
setPriorityList(Long[] PriorityList)
Set 优先级列表,如果配置了此参数,将以此参数为准,忽略Priority参数
|
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 DeleteCloudNativeAPIGatewayCanaryRuleRequest()
public DeleteCloudNativeAPIGatewayCanaryRuleRequest(DeleteCloudNativeAPIGatewayCanaryRuleRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- 网关 IDpublic String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- 服务 IDpublic Long getPriority()
public void setPriority(Long Priority)
Priority
- 优先级public Long[] getPriorityList()
public void setPriorityList(Long[] PriorityList)
PriorityList
- 优先级列表,如果配置了此参数,将以此参数为准,忽略Priority参数Copyright © 2025. All rights reserved.