public class OutputTaValue extends AbstractModel
Constructor and Description |
---|
OutputTaValue() |
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 Long getIsCheck()
public void setIsCheck(Long IsCheck)
IsCheck
- 是否查得[0:未查得;1:查得]
注意:此字段可能返回 null,表示取不到有效值。public Long getIsMatch()
public void setIsMatch(Long IsMatch)
IsMatch
- 是否符合[0:不符合;1:符合]
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.