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