public class BotActionScopeRuleEntry extends AbstractModel
header, skipSign
Constructor and Description |
---|
BotActionScopeRuleEntry() |
BotActionScopeRuleEntry(BotActionScopeRuleEntry 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 BotActionScopeRuleEntry()
public BotActionScopeRuleEntry(BotActionScopeRuleEntry 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.