public class InOutputUCBRuleEntry extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InOutputUCBRuleEntry() | 
| InOutputUCBRuleEntry(InOutputUCBRuleEntry 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 | 
|---|---|
| Area[] | getAreas()Get 区域选择 | 
| String | getKey()Get 键 | 
| String | getLang()Get 语言环境 | 
| String | getName()Get Header参数值时使用 | 
| String | getOp()Get 操作符 | 
| String[] | getOpArg()Get 可选的补充参数 | 
| String | getOpOp()Get 可选的补充操作符 | 
| Float | getOpValue()Get 可选的补充值 | 
| ParamCompareList[] | getParamCompareList()Get 参数匹配 | 
| UCBEntryValue | getValue()Get 值 | 
| void | setAreas(Area[] Areas)Set 区域选择 | 
| void | setKey(String Key)Set 键 | 
| void | setLang(String Lang)Set 语言环境 | 
| void | setName(String Name)Set Header参数值时使用 | 
| void | setOp(String Op)Set 操作符 | 
| void | setOpArg(String[] OpArg)Set 可选的补充参数 | 
| void | setOpOp(String OpOp)Set 可选的补充操作符 | 
| void | setOpValue(Float OpValue)Set 可选的补充值 | 
| void | setParamCompareList(ParamCompareList[] ParamCompareList)Set 参数匹配 | 
| void | setValue(UCBEntryValue Value)Set 值 | 
| 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, toJsonStringpublic InOutputUCBRuleEntry()
public InOutputUCBRuleEntry(InOutputUCBRuleEntry source)
public String getKey()
public void setKey(String Key)
Key - 键public String getOp()
public void setOp(String Op)
Op - 操作符public UCBEntryValue getValue()
public void setValue(UCBEntryValue Value)
Value - 值public String getOpOp()
public void setOpOp(String OpOp)
OpOp - 可选的补充操作符public String[] getOpArg()
public void setOpArg(String[] OpArg)
OpArg - 可选的补充参数public Float getOpValue()
public void setOpValue(Float OpValue)
OpValue - 可选的补充值public String getName()
public void setName(String Name)
Name - Header参数值时使用public Area[] getAreas()
public void setAreas(Area[] Areas)
Areas - 区域选择public String getLang()
public void setLang(String Lang)
Lang - 语言环境public ParamCompareList[] getParamCompareList()
public void setParamCompareList(ParamCompareList[] ParamCompareList)
ParamCompareList - 参数匹配Copyright © 2025. All rights reserved.