public class SourceConditionForManage extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SourceConditionForManage() | 
| SourceConditionForManage(SourceConditionForManage 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 | getDesiredValue()Get 期望值 | 
| String | getEmptyAs()Get 条件为空,合规:COMPLIANT,不合规:NON_COMPLIANT,无法应用:NOT_APPLICABLE | 
| String | getOperator()Get 操作运算符 | 
| Boolean | getRequired()Get 是否必须 | 
| String | getSelectPath()Get 配置路径 | 
| void | setDesiredValue(String DesiredValue)Set 期望值 | 
| void | setEmptyAs(String EmptyAs)Set 条件为空,合规:COMPLIANT,不合规:NON_COMPLIANT,无法应用:NOT_APPLICABLE | 
| void | setOperator(String Operator)Set 操作运算符 | 
| void | setRequired(Boolean Required)Set 是否必须 | 
| void | setSelectPath(String SelectPath)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 SourceConditionForManage()
public SourceConditionForManage(SourceConditionForManage source)
public String getEmptyAs()
public void setEmptyAs(String EmptyAs)
EmptyAs - 条件为空,合规:COMPLIANT,不合规:NON_COMPLIANT,无法应用:NOT_APPLICABLEpublic String getSelectPath()
public void setSelectPath(String SelectPath)
SelectPath - 配置路径public String getOperator()
public void setOperator(String Operator)
Operator - 操作运算符public Boolean getRequired()
public void setRequired(Boolean Required)
Required - 是否必须public String getDesiredValue()
public void setDesiredValue(String DesiredValue)
DesiredValue - 期望值Copyright © 2025. All rights reserved.