public class CloudNativeAPIGatewayCanaryRuleCondition extends AbstractModel
header, skipSign
Constructor and Description |
---|
CloudNativeAPIGatewayCanaryRuleCondition() |
CloudNativeAPIGatewayCanaryRuleCondition(CloudNativeAPIGatewayCanaryRuleCondition 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 |
getDelimiter()
Get 分隔符,当 Operator 为 in 或者 not in 时生效。支持值为英文逗号,英文分号,空格,换行符。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGlobalConfigId()
Get 全局配置 Id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGlobalConfigName()
Get 全局配置名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKey()
Get 参数名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOperator()
Get 操作符,支持 "le", "eq", "lt", "ne", "ge", "gt", "regex", "exists", "in", "not in", "prefix" ,"exact", "regex" 等
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 条件类型,支持 path, method, query, header, cookie, body 和 system。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 目标参数值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDelimiter(String Delimiter)
Set 分隔符,当 Operator 为 in 或者 not in 时生效。支持值为英文逗号,英文分号,空格,换行符。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGlobalConfigId(String GlobalConfigId)
Set 全局配置 Id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGlobalConfigName(String GlobalConfigName)
Set 全局配置名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set 参数名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOperator(String Operator)
Set 操作符,支持 "le", "eq", "lt", "ne", "ge", "gt", "regex", "exists", "in", "not in", "prefix" ,"exact", "regex" 等
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 条件类型,支持 path, method, query, header, cookie, body 和 system。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set 目标参数值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CloudNativeAPIGatewayCanaryRuleCondition()
public CloudNativeAPIGatewayCanaryRuleCondition(CloudNativeAPIGatewayCanaryRuleCondition source)
public String getType()
public void setType(String Type)
Type
- 条件类型,支持 path, method, query, header, cookie, body 和 system。
注意:此字段可能返回 null,表示取不到有效值。public String getKey()
public void setKey(String Key)
Key
- 参数名
注意:此字段可能返回 null,表示取不到有效值。public String getOperator()
public void setOperator(String Operator)
Operator
- 操作符,支持 "le", "eq", "lt", "ne", "ge", "gt", "regex", "exists", "in", "not in", "prefix" ,"exact", "regex" 等
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- 目标参数值
注意:此字段可能返回 null,表示取不到有效值。public String getDelimiter()
public void setDelimiter(String Delimiter)
Delimiter
- 分隔符,当 Operator 为 in 或者 not in 时生效。支持值为英文逗号,英文分号,空格,换行符。
注意:此字段可能返回 null,表示取不到有效值。public String getGlobalConfigId()
public void setGlobalConfigId(String GlobalConfigId)
GlobalConfigId
- 全局配置 Id
注意:此字段可能返回 null,表示取不到有效值。public String getGlobalConfigName()
public void setGlobalConfigName(String GlobalConfigName)
GlobalConfigName
- 全局配置名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.