Class QuerySmallAmountTransferResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QuerySmallAmountTransferResponse
-
public class QuerySmallAmountTransferResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QuerySmallAmountTransferResponse()QuerySmallAmountTransferResponse(QuerySmallAmountTransferResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCnsmrSeqNo()Get String(22),交易流水号StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetReservedMsg()Get STRING(1027),保留域 注意:此字段可能返回 null,表示取不到有效值。StringgetReturnMsg()Get STRING(512),返回信息(失败返回具体信息) 注意:此字段可能返回 null,表示取不到有效值。StringgetReturnStatus()Get STRING(10),返回状态(0: 成功; 1: 失败; 2: 待确认) 注意:此字段可能返回 null,表示取不到有效值。StringgetTxnReturnCode()Get String(20),返回码StringgetTxnReturnMsg()Get String(100),返回信息voidsetCnsmrSeqNo(String CnsmrSeqNo)Set String(22),交易流水号voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetReservedMsg(String ReservedMsg)Set STRING(1027),保留域 注意:此字段可能返回 null,表示取不到有效值。voidsetReturnMsg(String ReturnMsg)Set STRING(512),返回信息(失败返回具体信息) 注意:此字段可能返回 null,表示取不到有效值。voidsetReturnStatus(String ReturnStatus)Set STRING(10),返回状态(0: 成功; 1: 失败; 2: 待确认) 注意:此字段可能返回 null,表示取不到有效值。voidsetTxnReturnCode(String TxnReturnCode)Set String(20),返回码voidsetTxnReturnMsg(String TxnReturnMsg)Set String(100),返回信息voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QuerySmallAmountTransferResponse
public QuerySmallAmountTransferResponse()
-
QuerySmallAmountTransferResponse
public QuerySmallAmountTransferResponse(QuerySmallAmountTransferResponse 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.
-
-
Method Detail
-
getTxnReturnCode
public String getTxnReturnCode()
Get String(20),返回码- Returns:
- TxnReturnCode String(20),返回码
-
setTxnReturnCode
public void setTxnReturnCode(String TxnReturnCode)
Set String(20),返回码- Parameters:
TxnReturnCode- String(20),返回码
-
getTxnReturnMsg
public String getTxnReturnMsg()
Get String(100),返回信息- Returns:
- TxnReturnMsg String(100),返回信息
-
setTxnReturnMsg
public void setTxnReturnMsg(String TxnReturnMsg)
Set String(100),返回信息- Parameters:
TxnReturnMsg- String(100),返回信息
-
getCnsmrSeqNo
public String getCnsmrSeqNo()
Get String(22),交易流水号- Returns:
- CnsmrSeqNo String(22),交易流水号
-
setCnsmrSeqNo
public void setCnsmrSeqNo(String CnsmrSeqNo)
Set String(22),交易流水号- Parameters:
CnsmrSeqNo- String(22),交易流水号
-
getReturnStatus
public String getReturnStatus()
Get STRING(10),返回状态(0: 成功; 1: 失败; 2: 待确认) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReturnStatus STRING(10),返回状态(0: 成功; 1: 失败; 2: 待确认) 注意:此字段可能返回 null,表示取不到有效值。
-
setReturnStatus
public void setReturnStatus(String ReturnStatus)
Set STRING(10),返回状态(0: 成功; 1: 失败; 2: 待确认) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReturnStatus- STRING(10),返回状态(0: 成功; 1: 失败; 2: 待确认) 注意:此字段可能返回 null,表示取不到有效值。
-
getReturnMsg
public String getReturnMsg()
Get STRING(512),返回信息(失败返回具体信息) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReturnMsg STRING(512),返回信息(失败返回具体信息) 注意:此字段可能返回 null,表示取不到有效值。
-
setReturnMsg
public void setReturnMsg(String ReturnMsg)
Set STRING(512),返回信息(失败返回具体信息) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReturnMsg- STRING(512),返回信息(失败返回具体信息) 注意:此字段可能返回 null,表示取不到有效值。
-
getReservedMsg
public String getReservedMsg()
Get STRING(1027),保留域 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReservedMsg STRING(1027),保留域 注意:此字段可能返回 null,表示取不到有效值。
-
setReservedMsg
public void setReservedMsg(String ReservedMsg)
Set STRING(1027),保留域 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReservedMsg- STRING(1027),保留域 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-