Class CreateBatchPaymentData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateBatchPaymentData
-
public class CreateBatchPaymentData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateBatchPaymentData()CreateBatchPaymentData(CreateBatchPaymentData 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 StringgetBatchId()Get 批次号CreateBatchPaymentBatchData[]getBatchInfoList()Get 批次列表详情 注意:此字段可能返回 null,表示取不到有效值。voidsetBatchId(String BatchId)Set 批次号voidsetBatchInfoList(CreateBatchPaymentBatchData[] BatchInfoList)Set 批次列表详情 注意:此字段可能返回 null,表示取不到有效值。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
-
CreateBatchPaymentData
public CreateBatchPaymentData()
-
CreateBatchPaymentData
public CreateBatchPaymentData(CreateBatchPaymentData 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
-
getBatchId
public String getBatchId()
Get 批次号- Returns:
- BatchId 批次号
-
setBatchId
public void setBatchId(String BatchId)
Set 批次号- Parameters:
BatchId- 批次号
-
getBatchInfoList
public CreateBatchPaymentBatchData[] getBatchInfoList()
Get 批次列表详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BatchInfoList 批次列表详情 注意:此字段可能返回 null,表示取不到有效值。
-
setBatchInfoList
public void setBatchInfoList(CreateBatchPaymentBatchData[] BatchInfoList)
Set 批次列表详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BatchInfoList- 批次列表详情 注意:此字段可能返回 null,表示取不到有效值。
-
-