public class OutputTaValue extends AbstractModel
Constructor and Description |
---|
OutputTaValue() |
OutputTaValue(OutputTaValue 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 |
---|---|
Long |
getIsCheck()
Get 是否查得[0:未查得;1:查得]
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsMatch()
Get 是否符合[0:不符合;1:符合]
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsCheck(Long IsCheck)
Set 是否查得[0:未查得;1:查得]
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsMatch(Long IsMatch)
Set 是否符合[0:不符合;1:符合]
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OutputTaValue()
public OutputTaValue(OutputTaValue source)
public Long getIsCheck()
public void setIsCheck(Long IsCheck)
IsCheck
- 是否查得[0:未查得;1:查得]
注意:此字段可能返回 null,表示取不到有效值。public Long getIsMatch()
public void setIsMatch(Long IsMatch)
IsMatch
- 是否符合[0:不符合;1:符合]
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.