public class InvoicingMetaData extends PayPalModel
| Constructor and Description |
|---|
InvoicingMetaData()
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()
Actor who cancelled the resource.
|
java.lang.String |
getCancelledDate()
Date when the resource was cancelled.
|
java.lang.String |
getCreatedBy()
Email address of the account that created the resource.
|
java.lang.String |
getCreatedDate()
Date when the resource was created.
|
java.lang.String |
getFirstSentDate()
Date when the resource was first sent.
|
java.lang.String |
getLastSentBy()
Email address of the account that last sent the resource.
|
java.lang.String |
getLastSentDate()
Date when the resource was last sent.
|
java.lang.String |
getLastUpdatedBy()
Email address of the account that last edited the resource.
|
java.lang.String |
getLastUpdatedDate()
Date when the resource was last edited.
|
int |
hashCode() |
InvoicingMetaData |
setCancelledBy(java.lang.String cancelledBy)
Actor who cancelled the resource.
|
InvoicingMetaData |
setCancelledDate(java.lang.String cancelledDate)
Date when the resource was cancelled.
|
InvoicingMetaData |
setCreatedBy(java.lang.String createdBy)
Email address of the account that created the resource.
|
InvoicingMetaData |
setCreatedDate(java.lang.String createdDate)
Date when the resource was created.
|
InvoicingMetaData |
setFirstSentDate(java.lang.String firstSentDate)
Date when the resource was first sent.
|
InvoicingMetaData |
setLastSentBy(java.lang.String lastSentBy)
Email address of the account that last sent the resource.
|
InvoicingMetaData |
setLastSentDate(java.lang.String lastSentDate)
Date when the resource was last sent.
|
InvoicingMetaData |
setLastUpdatedBy(java.lang.String lastUpdatedBy)
Email address of the account that last edited the resource.
|
InvoicingMetaData |
setLastUpdatedDate(java.lang.String lastUpdatedDate)
Date when the resource was last edited.
|
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 InvoicingMetaData setCreatedDate(java.lang.String createdDate)
public InvoicingMetaData setCreatedBy(java.lang.String createdBy)
public InvoicingMetaData setCancelledDate(java.lang.String cancelledDate)
public InvoicingMetaData setCancelledBy(java.lang.String cancelledBy)
public InvoicingMetaData setLastUpdatedDate(java.lang.String lastUpdatedDate)
public InvoicingMetaData setLastUpdatedBy(java.lang.String lastUpdatedBy)
public InvoicingMetaData setFirstSentDate(java.lang.String firstSentDate)
public InvoicingMetaData setLastSentDate(java.lang.String lastSentDate)
public InvoicingMetaData setLastSentBy(java.lang.String lastSentBy)
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