Class CreateSinglePaymentData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateSinglePaymentData
-
public class CreateSinglePaymentData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateSinglePaymentData()CreateSinglePaymentData(CreateSinglePaymentData 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 StringgetAgentId()Get 代理商ID 注意:此字段可能返回 null,表示取不到有效值。StringgetAgentName()Get 代理商名称 注意:此字段可能返回 null,表示取不到有效值。StringgetTradeSerialNo()Get 平台交易流水号,唯一voidsetAgentId(String AgentId)Set 代理商ID 注意:此字段可能返回 null,表示取不到有效值。voidsetAgentName(String AgentName)Set 代理商名称 注意:此字段可能返回 null,表示取不到有效值。voidsetTradeSerialNo(String TradeSerialNo)Set 平台交易流水号,唯一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
-
CreateSinglePaymentData
public CreateSinglePaymentData()
-
CreateSinglePaymentData
public CreateSinglePaymentData(CreateSinglePaymentData 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
-
getTradeSerialNo
public String getTradeSerialNo()
Get 平台交易流水号,唯一- Returns:
- TradeSerialNo 平台交易流水号,唯一
-
setTradeSerialNo
public void setTradeSerialNo(String TradeSerialNo)
Set 平台交易流水号,唯一- Parameters:
TradeSerialNo- 平台交易流水号,唯一
-
getAgentId
public String getAgentId()
Get 代理商ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AgentId 代理商ID 注意:此字段可能返回 null,表示取不到有效值。
-
setAgentId
public void setAgentId(String AgentId)
Set 代理商ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AgentId- 代理商ID 注意:此字段可能返回 null,表示取不到有效值。
-
getAgentName
public String getAgentName()
Get 代理商名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AgentName 代理商名称 注意:此字段可能返回 null,表示取不到有效值。
-
setAgentName
public void setAgentName(String AgentName)
Set 代理商名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AgentName- 代理商名称 注意:此字段可能返回 null,表示取不到有效值。
-
-