public class QueryBatchPaymentResultData extends AbstractModel
Constructor and Description |
---|
QueryBatchPaymentResultData() |
QueryBatchPaymentResultData(QueryBatchPaymentResultData 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 |
getBatchId()
Get 批次号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 批次备注
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReqReserved()
Get 批次预留字段
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalAmount()
Get 批次总额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalCount()
Get 批次总量
注意:此字段可能返回 null,表示取不到有效值。
|
QueryBatchPaymentResultDataInfo[] |
getTransferInfoList()
Get 转账明细
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTransferType()
Get 渠道类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBatchId(String BatchId)
Set 批次号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set 批次备注
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReqReserved(String ReqReserved)
Set 批次预留字段
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalAmount(Long TotalAmount)
Set 批次总额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalCount(Long TotalCount)
Set 批次总量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTransferInfoList(QueryBatchPaymentResultDataInfo[] TransferInfoList)
Set 转账明细
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTransferType(Long TransferType)
Set 渠道类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryBatchPaymentResultData()
public QueryBatchPaymentResultData(QueryBatchPaymentResultData source)
public String getBatchId()
public void setBatchId(String BatchId)
BatchId
- 批次号
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalAmount()
public void setTotalAmount(Long TotalAmount)
TotalAmount
- 批次总额
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 批次总量
注意:此字段可能返回 null,表示取不到有效值。public String getReqReserved()
public void setReqReserved(String ReqReserved)
ReqReserved
- 批次预留字段
注意:此字段可能返回 null,表示取不到有效值。public String getRemark()
public void setRemark(String Remark)
Remark
- 批次备注
注意:此字段可能返回 null,表示取不到有效值。public Long getTransferType()
public void setTransferType(Long TransferType)
TransferType
- 渠道类型
注意:此字段可能返回 null,表示取不到有效值。public QueryBatchPaymentResultDataInfo[] getTransferInfoList()
public void setTransferInfoList(QueryBatchPaymentResultDataInfo[] TransferInfoList)
TransferInfoList
- 转账明细
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.