public class BotSceneMatchCondition extends AbstractModel
header, skipSign
Constructor and Description |
---|
BotSceneMatchCondition() |
BotSceneMatchCondition(BotSceneMatchCondition 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 |
getKey()
Get 匹配参数
|
String |
getName()
Get 对于头部字段匹配value的时候指定的头部名
|
String |
getOp()
Get 匹配符
|
String |
getValue()
Get 匹配值
|
String[] |
getValueArray()
Get 470后使用此入参存在多值
|
void |
setKey(String Key)
Set 匹配参数
|
void |
setName(String Name)
Set 对于头部字段匹配value的时候指定的头部名
|
void |
setOp(String Op)
Set 匹配符
|
void |
setValue(String Value)
Set 匹配值
|
void |
setValueArray(String[] ValueArray)
Set 470后使用此入参存在多值
|
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 BotSceneMatchCondition()
public BotSceneMatchCondition(BotSceneMatchCondition source)
public String getKey()
public void setKey(String Key)
Key
- 匹配参数public String getOp()
public void setOp(String Op)
Op
- 匹配符public String getValue()
public void setValue(String Value)
Value
- 匹配值public String getName()
public void setName(String Name)
Name
- 对于头部字段匹配value的时候指定的头部名public String[] getValueArray()
public void setValueArray(String[] ValueArray)
ValueArray
- 470后使用此入参存在多值Copyright © 2025. All rights reserved.