@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetInfoResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetInfoResponse.Builder
Builds instances of type
GetInfoResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetInfoResponse.Builder |
builder()
Creates a builder for
GetInfoResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetInfoResponse that have equal attribute values. |
ApplicationInfo |
getApp()
The UAA application information
|
String |
getCommitId()
The git sha for the UAA version
|
String |
getEntityId()
The configured SAML entityId
|
Map<String,String> |
getIdpDefinitions()
A list of alias/url pairs of SAML IDP providers configured.
|
Links |
getLinks()
A list of alias/url pairs of configured action URLs for the UAA
|
Prompts |
getPrompts()
Name/value pairs of configured prompts that the UAA will login a user.
|
Boolean |
getShowLoginLinks()
Whether login links are shown
|
String |
getTimestamp()
JSON timestamp for the commit of the UAA version
|
String |
getZoneName()
The name of the zone invoked
|
int |
hashCode()
Computes a hash code from attributes:
app, commitId, entityId, idpDefinitions, links, prompts, showLoginLinks, timestamp, zoneName. |
String |
toString()
Prints the immutable value
GetInfoResponse with attribute values. |
public ApplicationInfo getApp()
public String getCommitId()
public String getEntityId()
public Map<String,String> getIdpDefinitions()
public Links getLinks()
public Prompts getPrompts()
public Boolean getShowLoginLinks()
public String getTimestamp()
public String getZoneName()
public boolean equals(Object another)
GetInfoResponse that have equal attribute values.public int hashCode()
app, commitId, entityId, idpDefinitions, links, prompts, showLoginLinks, timestamp, zoneName.public String toString()
GetInfoResponse with attribute values.public static GetInfoResponse.Builder builder()
GetInfoResponse.
GetInfoResponse.builder()
.app(org.cloudfoundry.uaa.serverinformation.ApplicationInfo | null) // nullable app
.commitId(String | null) // nullable commitId
.entityId(String | null) // nullable entityId
.idpDefinitions(Map<String, String> | null) // nullable idpDefinitions
.links(org.cloudfoundry.uaa.serverinformation.Links | null) // nullable links
.prompts(org.cloudfoundry.uaa.serverinformation.Prompts | null) // nullable prompts
.showLoginLinks(Boolean | null) // nullable showLoginLinks
.timestamp(String | null) // nullable timestamp
.zoneName(String | null) // nullable zoneName
.build();
Copyright © 2020. All rights reserved.