@Generated(value={"Immutables.generator","_UpdateMetadataResponse"}) public final class UpdateMetadataResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateMetadataResponse.Builder
Builds instances of type
UpdateMetadataResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMetadataResponse.Builder |
builder()
Creates a builder for
UpdateMetadataResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateMetadataResponse 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
UpdateMetadataResponse with attribute values. |
public String getAppIcon()
public String getAppLaunchUrl()
public String getClientId()
public String getClientName()
public Boolean getShowOnHomePage()
public boolean equals(Object another)
UpdateMetadataResponse that have equal attribute values.public int hashCode()
appIcon, appLaunchUrl, clientId, clientName, showOnHomePage.public String toString()
UpdateMetadataResponse with attribute values.public static UpdateMetadataResponse.Builder builder()
UpdateMetadataResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.