@Generated(value="org.immutables.processor.ProxyProcessor") public final class Metadata extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Metadata.Builder
Builds instances of type
Metadata. |
| Modifier and Type | Method and Description |
|---|---|
static Metadata.Builder |
builder()
Creates a builder for
Metadata. |
boolean |
equals(Object another)
This instance is equal to all instances of
Metadata that have equal attribute values. |
String |
getAppIcon()
Base64 encoded image file
|
String |
getAppLaunchUrl()
URL to which the app is linked
|
String |
getClientId()
Client identifier, unique within identity zone
|
String |
getClientName()
Client name
|
Boolean |
getShowOnHomePage()
Flag to control visibility on home page
|
int |
hashCode()
Computes a hash code from attributes:
appIcon, appLaunchUrl, clientId, clientName, showOnHomePage. |
String |
toString()
Prints the immutable value
Metadata with attribute values. |
public String getAppIcon()
public String getAppLaunchUrl()
public String getClientId()
public String getClientName()
public Boolean getShowOnHomePage()
public boolean equals(Object another)
Metadata that have equal attribute values.public int hashCode()
appIcon, appLaunchUrl, clientId, clientName, showOnHomePage.public String toString()
Metadata with attribute values.public static Metadata.Builder builder()
Metadata.
Metadata.builder()
.appIcon(String) // required appIcon
.appLaunchUrl(String | null) // nullable appLaunchUrl
.clientId(String) // required clientId
.clientName(String | null) // nullable clientName
.showOnHomePage(Boolean) // required showOnHomePage
.build();
Copyright © 2020. All rights reserved.