public class AlipayEbppInvoiceTitleBatchqueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayEbppInvoiceTitleBatchqueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<InvoiceElementModel> |
getInvoiceElementList()
Gets invoice element list.
|
Long |
getTotalCount()
Gets total count.
|
String |
getUserId()
Gets user id.
|
void |
setInvoiceElementList(List<InvoiceElementModel> invoiceElementList)
Sets invoice element list.
|
void |
setTotalCount(Long totalCount)
Sets total count.
|
void |
setUserId(String userId)
Sets user id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayEbppInvoiceTitleBatchqueryResponse()
public void setInvoiceElementList(List<InvoiceElementModel> invoiceElementList)
invoiceElementList
- the invoice element listpublic List<InvoiceElementModel> getInvoiceElementList()
public void setTotalCount(Long totalCount)
totalCount
- the total countpublic Long getTotalCount()
public void setUserId(String userId)
userId
- the user idpublic String getUserId()
Copyright © 2018. All rights reserved.