public class Metadata extends PayPalModel
| Constructor and Description |
|---|
Metadata()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCancelledBy()
The actor who cancelled the resource.
|
java.lang.String |
getCancelledDate()
The date and time when the resource was cancelled.
|
java.lang.String |
getCreatedBy()
The email address of the account that created the resource.
|
java.lang.String |
getCreatedDate()
The date and time when the resource was created.
|
java.lang.String |
getFirstSentDate()
The date and time when the resource was first sent.
|
java.lang.String |
getLastSentBy()
The email address of the account that last sent the resource.
|
java.lang.String |
getLastSentDate()
The date and time when the resource was last sent.
|
java.lang.String |
getLastUpdatedBy()
The email address of the account that last edited the resource.
|
java.lang.String |
getLastUpdatedDate()
The date and time when the resource was last edited.
|
java.lang.String |
getPayerViewUrl()
URL representing the payer's view of the invoice.
|
int |
hashCode() |
Metadata |
setCancelledBy(java.lang.String cancelledBy)
The actor who cancelled the resource.
|
Metadata |
setCancelledDate(java.lang.String cancelledDate)
The date and time when the resource was cancelled.
|
Metadata |
setCreatedBy(java.lang.String createdBy)
The email address of the account that created the resource.
|
Metadata |
setCreatedDate(java.lang.String createdDate)
The date and time when the resource was created.
|
Metadata |
setFirstSentDate(java.lang.String firstSentDate)
The date and time when the resource was first sent.
|
Metadata |
setLastSentBy(java.lang.String lastSentBy)
The email address of the account that last sent the resource.
|
Metadata |
setLastSentDate(java.lang.String lastSentDate)
The date and time when the resource was last sent.
|
Metadata |
setLastUpdatedBy(java.lang.String lastUpdatedBy)
The email address of the account that last edited the resource.
|
Metadata |
setLastUpdatedDate(java.lang.String lastUpdatedDate)
The date and time when the resource was last edited.
|
Metadata |
setPayerViewUrl(java.lang.String payerViewUrl)
URL representing the payer's view of the invoice.
|
toJSON, toStringpublic java.lang.String getCreatedDate()
public java.lang.String getCreatedBy()
public java.lang.String getCancelledDate()
public java.lang.String getCancelledBy()
public java.lang.String getLastUpdatedDate()
public java.lang.String getLastUpdatedBy()
public java.lang.String getFirstSentDate()
public java.lang.String getLastSentDate()
public java.lang.String getLastSentBy()
public java.lang.String getPayerViewUrl()
public Metadata setCreatedDate(java.lang.String createdDate)
public Metadata setCreatedBy(java.lang.String createdBy)
public Metadata setCancelledDate(java.lang.String cancelledDate)
public Metadata setCancelledBy(java.lang.String cancelledBy)
public Metadata setLastUpdatedDate(java.lang.String lastUpdatedDate)
public Metadata setLastUpdatedBy(java.lang.String lastUpdatedBy)
public Metadata setFirstSentDate(java.lang.String firstSentDate)
public Metadata setLastSentDate(java.lang.String lastSentDate)
public Metadata setLastSentBy(java.lang.String lastSentBy)
public Metadata setPayerViewUrl(java.lang.String payerViewUrl)
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