public class Search extends PayPalModel
| Constructor and Description |
|---|
Search()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getArchived()
A flag indicating whether search is on invoices archived by merchant.
|
java.lang.String |
getEmail()
The initial letters of the email address.
|
java.lang.String |
getEndCreationDate()
The end creation date for the invoice.
|
java.lang.String |
getEndDueDate()
The end due date for the invoice.
|
java.lang.String |
getEndInvoiceDate()
The end date for the invoice.
|
java.lang.String |
getEndPaymentDate()
The end payment date for the invoice.
|
Currency |
getLowerTotalAmount()
The lower limit of the total amount.
|
java.lang.String |
getNumber()
The invoice number.
|
float |
getPage()
The offset for the search results.
|
float |
getPageSize()
The page size for the search results.
|
java.lang.String |
getRecipientBusinessName()
The initial letters of the recipient's business name.
|
java.lang.String |
getRecipientFirstName()
The initial letters of the recipient's first name.
|
java.lang.String |
getRecipientLastName()
The initial letters of the recipient's last name.
|
java.lang.String |
getStartCreationDate()
The start creation date for the invoice.
|
java.lang.String |
getStartDueDate()
The start due date for the invoice.
|
java.lang.String |
getStartInvoiceDate()
The start date for the invoice.
|
java.lang.String |
getStartPaymentDate()
The start payment date for the invoice.
|
java.lang.String |
getStatus()
The invoice status.
|
java.lang.Boolean |
getTotalCountRequired()
Indicates whether the total count appears in the response.
|
Currency |
getUpperTotalAmount()
The upper limit of total amount.
|
int |
hashCode() |
Search |
setArchived(java.lang.Boolean archived)
A flag indicating whether search is on invoices archived by merchant.
|
Search |
setEmail(java.lang.String email)
The initial letters of the email address.
|
Search |
setEndCreationDate(java.lang.String endCreationDate)
The end creation date for the invoice.
|
Search |
setEndDueDate(java.lang.String endDueDate)
The end due date for the invoice.
|
Search |
setEndInvoiceDate(java.lang.String endInvoiceDate)
The end date for the invoice.
|
Search |
setEndPaymentDate(java.lang.String endPaymentDate)
The end payment date for the invoice.
|
Search |
setLowerTotalAmount(Currency lowerTotalAmount)
The lower limit of the total amount.
|
Search |
setNumber(java.lang.String number)
The invoice number.
|
Search |
setPage(float page)
The offset for the search results.
|
Search |
setPageSize(float pageSize)
The page size for the search results.
|
Search |
setRecipientBusinessName(java.lang.String recipientBusinessName)
The initial letters of the recipient's business name.
|
Search |
setRecipientFirstName(java.lang.String recipientFirstName)
The initial letters of the recipient's first name.
|
Search |
setRecipientLastName(java.lang.String recipientLastName)
The initial letters of the recipient's last name.
|
Search |
setStartCreationDate(java.lang.String startCreationDate)
The start creation date for the invoice.
|
Search |
setStartDueDate(java.lang.String startDueDate)
The start due date for the invoice.
|
Search |
setStartInvoiceDate(java.lang.String startInvoiceDate)
The start date for the invoice.
|
Search |
setStartPaymentDate(java.lang.String startPaymentDate)
The start payment date for the invoice.
|
Search |
setStatus(java.lang.String status)
The invoice status.
|
Search |
setTotalCountRequired(java.lang.Boolean totalCountRequired)
Indicates whether the total count appears in the response.
|
Search |
setUpperTotalAmount(Currency upperTotalAmount)
The upper limit of total amount.
|
toJSON, toStringpublic java.lang.String getEmail()
public java.lang.String getRecipientFirstName()
public java.lang.String getRecipientLastName()
public java.lang.String getRecipientBusinessName()
public java.lang.String getNumber()
public java.lang.String getStatus()
public Currency getLowerTotalAmount()
public Currency getUpperTotalAmount()
public java.lang.String getStartInvoiceDate()
public java.lang.String getEndInvoiceDate()
public java.lang.String getStartDueDate()
public java.lang.String getEndDueDate()
public java.lang.String getStartPaymentDate()
public java.lang.String getEndPaymentDate()
public java.lang.String getStartCreationDate()
public java.lang.String getEndCreationDate()
public float getPage()
public float getPageSize()
public java.lang.Boolean getTotalCountRequired()
public java.lang.Boolean getArchived()
public Search setEmail(java.lang.String email)
public Search setRecipientFirstName(java.lang.String recipientFirstName)
public Search setRecipientLastName(java.lang.String recipientLastName)
public Search setRecipientBusinessName(java.lang.String recipientBusinessName)
public Search setNumber(java.lang.String number)
public Search setStatus(java.lang.String status)
public Search setLowerTotalAmount(Currency lowerTotalAmount)
public Search setUpperTotalAmount(Currency upperTotalAmount)
public Search setStartInvoiceDate(java.lang.String startInvoiceDate)
public Search setEndInvoiceDate(java.lang.String endInvoiceDate)
public Search setStartDueDate(java.lang.String startDueDate)
public Search setEndDueDate(java.lang.String endDueDate)
public Search setStartPaymentDate(java.lang.String startPaymentDate)
public Search setEndPaymentDate(java.lang.String endPaymentDate)
public Search setStartCreationDate(java.lang.String startCreationDate)
public Search setEndCreationDate(java.lang.String endCreationDate)
public Search setPage(float page)
public Search setPageSize(float pageSize)
public Search setTotalCountRequired(java.lang.Boolean totalCountRequired)
public Search setArchived(java.lang.Boolean archived)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel