@Generated(value="org.immutables.processor.ProxyProcessor") public final class Banner extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Banner.Builder
Builds instances of type
Banner. |
| Modifier and Type | Method and Description |
|---|---|
static Banner.Builder |
builder()
Creates a builder for
Banner. |
boolean |
equals(Object another)
This instance is equal to all instances of
Banner that have equal attribute values. |
String |
getBackgroundColor()
The hexadecimal color code for banner background color
|
String |
getLink()
The UAA login banner will be a link pointing to this url
|
String |
getLogo()
The base64 encoded PNG data displayed in a banner at the top of the UAA login page, overrides banner text
|
String |
getText()
The text displayed in a banner at the top of the UAA login page
|
String |
getTextColor()
The hexadecimal color code for the banner text color
|
int |
hashCode()
Computes a hash code from attributes:
backgroundColor, link, logo, text, textColor. |
String |
toString()
Prints the immutable value
Banner with attribute values. |
public String getBackgroundColor()
public String getLink()
public String getLogo()
public String getText()
public String getTextColor()
public boolean equals(Object another)
Banner that have equal attribute values.public int hashCode()
backgroundColor, link, logo, text, textColor.public String toString()
Banner with attribute values.public static Banner.Builder builder()
Banner.
Banner.builder()
.backgroundColor(String | null) // nullable backgroundColor
.link(String | null) // nullable link
.logo(String | null) // nullable logo
.text(String | null) // nullable text
.textColor(String | null) // nullable textColor
.build();
Copyright © 2020. All rights reserved.