public class TransportGeneralInterfaceOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
TransportGeneralInterfaceOutput() |
TransportGeneralInterfaceOutput(TransportGeneralInterfaceOutput 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 |
---|---|
String |
getCode()
Get 错误码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMessage()
Get 回包信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNotarizationData()
Get 公证处业务回包
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCode(String Code)
Set 错误码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessage(String Message)
Set 回包信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNotarizationData(String NotarizationData)
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 TransportGeneralInterfaceOutput()
public TransportGeneralInterfaceOutput(TransportGeneralInterfaceOutput source)
public String getCode()
public void setCode(String Code)
Code
- 错误码
注意:此字段可能返回 null,表示取不到有效值。public String getMessage()
public void setMessage(String Message)
Message
- 回包信息
注意:此字段可能返回 null,表示取不到有效值。public String getNotarizationData()
public void setNotarizationData(String NotarizationData)
NotarizationData
- 公证处业务回包
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.