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