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 期望值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEmptyAs()
Get 条件为空,合规:COMPLIANT,不合规:NON_COMPLIANT,无法应用:NOT_APPLICABLE
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOperator()
Get 操作运算符
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getRequired()
Get 是否必须
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSelectPath()
Get 配置路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDesiredValue(String DesiredValue)
Set 期望值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEmptyAs(String EmptyAs)
Set 条件为空,合规:COMPLIANT,不合规:NON_COMPLIANT,无法应用:NOT_APPLICABLE
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOperator(String Operator)
Set 操作运算符
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequired(Boolean Required)
Set 是否必须
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSelectPath(String SelectPath)
Set 配置路径
注意:此字段可能返回 null,表示取不到有效值。
|
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 SourceConditionForManage()
public SourceConditionForManage(SourceConditionForManage source)
public String getEmptyAs()
public void setEmptyAs(String EmptyAs)
EmptyAs
- 条件为空,合规:COMPLIANT,不合规:NON_COMPLIANT,无法应用:NOT_APPLICABLE
注意:此字段可能返回 null,表示取不到有效值。public String getSelectPath()
public void setSelectPath(String SelectPath)
SelectPath
- 配置路径
注意:此字段可能返回 null,表示取不到有效值。public String getOperator()
public void setOperator(String Operator)
Operator
- 操作运算符
注意:此字段可能返回 null,表示取不到有效值。public Boolean getRequired()
public void setRequired(Boolean Required)
Required
- 是否必须
注意:此字段可能返回 null,表示取不到有效值。public String getDesiredValue()
public void setDesiredValue(String DesiredValue)
DesiredValue
- 期望值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.