public class OutputAuthorizedTransfer extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OutputAuthorizedTransfer() | 
| OutputAuthorizedTransfer(OutputAuthorizedTransfer 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表示成功。 | 
| String | getMessage()Get 错误码。 | 
| String | getValue()Get 错误信息描述。 | 
| void | setCode(Long Code)Set 推送状态,0表示成功。 | 
| void | setMessage(String Message)Set 错误码。 | 
| void | setValue(String Value)Set 错误信息描述。 | 
| 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 OutputAuthorizedTransfer()
public OutputAuthorizedTransfer(OutputAuthorizedTransfer source)
public Long getCode()
public void setCode(Long Code)
Code - 推送状态,0表示成功。public String getMessage()
public void setMessage(String Message)
Message - 错误码。public String getValue()
public void setValue(String Value)
Value - 错误信息描述。Copyright © 2025. All rights reserved.