public class OutputTaData extends AbstractModel
Constructor and Description |
---|
OutputTaData() |
OutputTaData(OutputTaData 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 |
getCode()
Get 错误码[0:成功;非0:失败的错误码]
|
String |
getMessage()
Get 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
OutputTaValue |
getValue()
Get 结果数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCode(Long Code)
Set 错误码[0:成功;非0:失败的错误码]
|
void |
setMessage(String Message)
Set 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(OutputTaValue Value)
Set 结果数据
注意:此字段可能返回 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 OutputTaData()
public OutputTaData(OutputTaData source)
public Long getCode()
public void setCode(Long Code)
Code
- 错误码[0:成功;非0:失败的错误码]public String getMessage()
public void setMessage(String Message)
Message
- 错误信息
注意:此字段可能返回 null,表示取不到有效值。public OutputTaValue getValue()
public void setValue(OutputTaValue Value)
Value
- 结果数据
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.