public class FileAttachment extends PayPalModel
| Constructor and Description |
|---|
FileAttachment()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Name of the file attached.
|
java.lang.String |
getUrl()
URL of the attached file that can be downloaded.
|
int |
hashCode() |
FileAttachment |
setName(java.lang.String name)
Name of the file attached.
|
FileAttachment |
setUrl(java.lang.String url)
URL of the attached file that can be downloaded.
|
toJSON, toStringpublic java.lang.String getName()
public java.lang.String getUrl()
public FileAttachment setName(java.lang.String name)
public FileAttachment setUrl(java.lang.String url)
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