public class Presentation extends PayPalModel
| Constructor and Description |
|---|
Presentation()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBrandName()
A label that overrides the business name in the PayPal account on the PayPal pages.
|
java.lang.String |
getLocaleCode()
The locale of pages displayed by PayPal payment experience.
|
java.lang.String |
getLogoImage()
A URL to the logo image.
|
java.lang.String |
getNoteToSellerLabel()
A label to use as the title for the note to seller field.
|
java.lang.String |
getReturnUrlLabel()
A label to use as hypertext for the return to merchant link.
|
int |
hashCode() |
Presentation |
setBrandName(java.lang.String brandName)
A label that overrides the business name in the PayPal account on the PayPal pages.
|
Presentation |
setLocaleCode(java.lang.String localeCode)
The locale of pages displayed by PayPal payment experience.
|
Presentation |
setLogoImage(java.lang.String logoImage)
A URL to the logo image.
|
Presentation |
setNoteToSellerLabel(java.lang.String noteToSellerLabel)
A label to use as the title for the note to seller field.
|
Presentation |
setReturnUrlLabel(java.lang.String returnUrlLabel)
A label to use as hypertext for the return to merchant link.
|
toJSON, toStringpublic java.lang.String getBrandName()
public java.lang.String getLogoImage()
public java.lang.String getLocaleCode()
public java.lang.String getReturnUrlLabel()
public java.lang.String getNoteToSellerLabel()
public Presentation setBrandName(java.lang.String brandName)
public Presentation setLogoImage(java.lang.String logoImage)
public Presentation setLocaleCode(java.lang.String localeCode)
public Presentation setReturnUrlLabel(java.lang.String returnUrlLabel)
public Presentation setNoteToSellerLabel(java.lang.String noteToSellerLabel)
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