Package net.osslabz.lnd.dto
Class LnrpcListInvoiceResponse
java.lang.Object
net.osslabz.lnd.dto.LnrpcListInvoiceResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcListInvoiceResponse
extends Object
LnrpcListInvoiceResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInvoicesItem(LnrpcInvoice invoicesItem) booleanfirstIndexOffset(String firstIndexOffset) The index of the last item in the set of returned invoices.A list of invoices from the time slice of the time series specified in the request.The index of the last item in the set of returned invoices.inthashCode()invoices(List<LnrpcInvoice> invoices) lastIndexOffset(String lastIndexOffset) voidsetFirstIndexOffset(String firstIndexOffset) voidsetInvoices(List<LnrpcInvoice> invoices) voidsetLastIndexOffset(String lastIndexOffset) toString()
-
Field Details
-
SERIALIZED_NAME_INVOICES
- See Also:
-
SERIALIZED_NAME_LAST_INDEX_OFFSET
- See Also:
-
SERIALIZED_NAME_FIRST_INDEX_OFFSET
- See Also:
-
-
Constructor Details
-
LnrpcListInvoiceResponse
public LnrpcListInvoiceResponse()
-
-
Method Details
-
invoices
-
addInvoicesItem
-
getInvoices
A list of invoices from the time slice of the time series specified in the request.- Returns:
- invoices
-
setInvoices
-
lastIndexOffset
-
getLastIndexOffset
The index of the last item in the set of returned invoices. This can be used to seek further, pagination style.- Returns:
- lastIndexOffset
-
setLastIndexOffset
-
firstIndexOffset
-
getFirstIndexOffset
The index of the last item in the set of returned invoices. This can be used to seek backwards, pagination style.- Returns:
- firstIndexOffset
-
setFirstIndexOffset
-
equals
-
hashCode
public int hashCode() -
toString
-