Class QueryMemberTransactionResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryMemberTransactionResponse
-
public class QueryMemberTransactionResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryMemberTransactionResponse()QueryMemberTransactionResponse(QueryMemberTransactionResponse 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),交易流水号StringgetFrontSeqNo()Get STRING(52),见证系统流水号(即电商见证宝系统生成的流水号,可关联具体一笔请求) 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetReservedMsg()Get STRING(1027),保留域 注意:此字段可能返回 null,表示取不到有效值。StringgetTxnReturnCode()Get String(20),返回码StringgetTxnReturnMsg()Get String(100),返回信息voidsetCnsmrSeqNo(String CnsmrSeqNo)Set String(22),交易流水号voidsetFrontSeqNo(String FrontSeqNo)Set STRING(52),见证系统流水号(即电商见证宝系统生成的流水号,可关联具体一笔请求) 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetReservedMsg(String ReservedMsg)Set STRING(1027),保留域 注意:此字段可能返回 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
-
QueryMemberTransactionResponse
public QueryMemberTransactionResponse()
-
QueryMemberTransactionResponse
public QueryMemberTransactionResponse(QueryMemberTransactionResponse 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),交易流水号
-
getFrontSeqNo
public String getFrontSeqNo()
Get STRING(52),见证系统流水号(即电商见证宝系统生成的流水号,可关联具体一笔请求) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FrontSeqNo STRING(52),见证系统流水号(即电商见证宝系统生成的流水号,可关联具体一笔请求) 注意:此字段可能返回 null,表示取不到有效值。
-
setFrontSeqNo
public void setFrontSeqNo(String FrontSeqNo)
Set STRING(52),见证系统流水号(即电商见证宝系统生成的流水号,可关联具体一笔请求) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FrontSeqNo- STRING(52),见证系统流水号(即电商见证宝系统生成的流水号,可关联具体一笔请求) 注意:此字段可能返回 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。
-
-