public class AlipayEcoCplifeBillBatchUploadModel extends AlipayObject
Constructor and Description |
---|
AlipayEcoCplifeBillBatchUploadModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBatchId()
Gets batch id.
|
List<CPBillSet> |
getBillSet()
Gets bill set.
|
String |
getCommunityId()
Gets community id.
|
void |
setBatchId(String batchId)
Sets batch id.
|
void |
setBillSet(List<CPBillSet> billSet)
Sets bill set.
|
void |
setCommunityId(String communityId)
Sets community id.
|
public String getBatchId()
public void setBatchId(String batchId)
batchId
- the batch idpublic void setBillSet(List<CPBillSet> billSet)
billSet
- the bill setpublic String getCommunityId()
public void setCommunityId(String communityId)
communityId
- the community idCopyright © 2018. All rights reserved.