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