@Generated(value={"Immutables.generator","_UpdateMetadataRequest"}) public final class UpdateMetadataRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateMetadataRequest.Builder
Builds instances of type
UpdateMetadataRequest . |
Modifier and Type | Method and Description |
---|---|
static UpdateMetadataRequest.Builder |
builder()
Creates a builder for
UpdateMetadataRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateMetadataRequest 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
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
Boolean |
getShowOnHomePage()
Flag to control visibility on home page
|
int |
hashCode()
Computes a hash code from attributes:
appIcon , appLaunchUrl , clientId , clientName , showOnHomePage , identityZoneId , identityZoneSubdomain . |
String |
toString()
Prints the immutable value
UpdateMetadataRequest with attribute values. |
public String getAppIcon()
public String getAppLaunchUrl()
public String getClientId()
public String getClientName()
public Boolean getShowOnHomePage()
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public boolean equals(Object another)
UpdateMetadataRequest
that have equal attribute values.public int hashCode()
appIcon
, appLaunchUrl
, clientId
, clientName
, showOnHomePage
, identityZoneId
, identityZoneSubdomain
.public String toString()
UpdateMetadataRequest
with attribute values.public static UpdateMetadataRequest.Builder builder()
UpdateMetadataRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.