public static class Account.SettingsBranding extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
SettingsBranding() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getIcon()
Get ID of expandable
icon object. |
File |
getIconObject()
Get expanded
icon . |
java.lang.String |
getLogo()
Get ID of expandable
logo object. |
File |
getLogoObject()
Get expanded
logo . |
java.lang.String |
getPrimaryColor()
A CSS hex color value representing the primary branding color for this account.
|
java.lang.String |
getSecondaryColor()
A CSS hex color value representing the secondary branding color for this account.
|
int |
hashCode() |
void |
setIcon(java.lang.String id) |
void |
setIconObject(File expandableObject) |
void |
setLogo(java.lang.String id) |
void |
setLogoObject(File expandableObject) |
void |
setPrimaryColor(java.lang.String primaryColor)
A CSS hex color value representing the primary branding color for this account.
|
void |
setSecondaryColor(java.lang.String secondaryColor)
A CSS hex color value representing the secondary branding color for this account.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getIcon()
icon
object.public void setIcon(java.lang.String id)
public File getIconObject()
icon
.public void setIconObject(File expandableObject)
public java.lang.String getLogo()
logo
object.public void setLogo(java.lang.String id)
public File getLogoObject()
logo
.public void setLogoObject(File expandableObject)
public java.lang.String getPrimaryColor()
public java.lang.String getSecondaryColor()
public void setPrimaryColor(java.lang.String primaryColor)
public void setSecondaryColor(java.lang.String secondaryColor)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object