public class OutputDescribeDataListFrontData extends AbstractModel
header, skipSign
Constructor and Description |
---|
OutputDescribeDataListFrontData() |
OutputDescribeDataListFrontData(OutputDescribeDataListFrontData 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表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMessage()
Get 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
OuntputDescribeDataListInfo |
getValue()
Get 黑白名单数据信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCode(Long Code)
Set 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessage(String Message)
Set 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(OuntputDescribeDataListInfo Value)
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 OutputDescribeDataListFrontData()
public OutputDescribeDataListFrontData(OutputDescribeDataListFrontData source)
public Long getCode()
public void setCode(Long Code)
Code
- 错误码,0 表示成功,非0表示失败错误码。 0:成功 1002:参数错误 4300:未开通服务 6000:系统内部错误
注意:此字段可能返回 null,表示取不到有效值。public String getMessage()
public void setMessage(String Message)
Message
- 错误信息
注意:此字段可能返回 null,表示取不到有效值。public OuntputDescribeDataListInfo getValue()
public void setValue(OuntputDescribeDataListInfo Value)
Value
- 黑白名单数据信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.