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 Details

  • Constructor Details

    • LnrpcListInvoiceResponse

      public LnrpcListInvoiceResponse()
  • Method Details

    • invoices

      public LnrpcListInvoiceResponse invoices(List<LnrpcInvoice> invoices)
    • addInvoicesItem

      public LnrpcListInvoiceResponse addInvoicesItem(LnrpcInvoice invoicesItem)
    • getInvoices

      @Nullable public List<LnrpcInvoice> getInvoices()
      A list of invoices from the time slice of the time series specified in the request.
      Returns:
      invoices
    • setInvoices

      public void setInvoices(List<LnrpcInvoice> invoices)
    • lastIndexOffset

      public LnrpcListInvoiceResponse lastIndexOffset(String lastIndexOffset)
    • getLastIndexOffset

      @Nullable public String 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

      public void setLastIndexOffset(String lastIndexOffset)
    • firstIndexOffset

      public LnrpcListInvoiceResponse firstIndexOffset(String firstIndexOffset)
    • getFirstIndexOffset

      @Nullable public String 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

      public void setFirstIndexOffset(String firstIndexOffset)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object