public final class Footer
extends java.lang.Object
| Constructor and Description |
|---|
Footer() |
Footer(java.lang.String text) |
Footer(java.lang.String text,
java.lang.String icon) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIconUrl()
Gets the footer icon URL.
|
java.lang.String |
getText()
Gets the footer text.
|
Footer |
setIconUrl(java.lang.String iconUrl)
Sets the icon URL for the footer.
|
Footer |
setText(java.lang.String text)
Sets the footer text.
|
public Footer()
public Footer(@Nullable
java.lang.String text)
public Footer(@Nullable
java.lang.String text,
@Nullable
java.lang.String icon)
@Nullable public java.lang.String getText()
public Footer setText(@Nullable java.lang.String text)
text - The new footer text.@Nullable public java.lang.String getIconUrl()
public Footer setIconUrl(@Nullable java.lang.String iconUrl)
iconUrl - The new footer icon URL.