@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. |
String |
getApiVersion()
The API version
|
String |
getApplicationSshEndpoint()
The application SSH endpoint
|
String |
getApplicationSshHostKeyFingerprint()
The application SSH host key fingerprint
|
String |
getApplicationSshOAuthClient()
The application SSH OAuth client
|
String |
getAuthorizationEndpoint()
The authorization endpoint
|
String |
getBuildNumber()
The build number
|
String |
getDescription()
The description
|
String |
getDopplerLoggingEndpoint()
The doppler logging endpoint
|
String |
getLoggingEndpoint()
The logging endpoint
|
String |
getMinCliVersion()
The minimum CLI version
|
String |
getMinRecommendedCliVersion()
The minimum recommended CLI version
|
String |
getName()
The name
|
String |
getOsbapiVersion()
The version of the supported Open Service Broker API
|
String |
getRoutingEndpoint()
The routing endpoint
|
String |
getSupport()
The support url
|
String |
getTokenEndpoint()
The token endpoint
|
String |
getUser()
The user
|
Integer |
getVersion()
The version
|
int |
hashCode()
Computes a hash code from attributes:
apiVersion, applicationSshEndpoint, applicationSshHostKeyFingerprint, applicationSshOAuthClient, authorizationEndpoint, buildNumber, description, dopplerLoggingEndpoint, loggingEndpoint, minCliVersion, minRecommendedCliVersion, name, osbapiVersion, routingEndpoint, support, tokenEndpoint, user, version. |
String |
toString()
Prints the immutable value
GetInfoResponse with attribute values. |
public String getApiVersion()
public String getApplicationSshEndpoint()
public String getApplicationSshHostKeyFingerprint()
public String getApplicationSshOAuthClient()
public String getAuthorizationEndpoint()
public String getBuildNumber()
public String getDescription()
public String getDopplerLoggingEndpoint()
public String getLoggingEndpoint()
public String getMinCliVersion()
public String getMinRecommendedCliVersion()
public String getName()
public String getOsbapiVersion()
public String getRoutingEndpoint()
public String getSupport()
public String getTokenEndpoint()
public String getUser()
public Integer getVersion()
public boolean equals(Object another)
GetInfoResponse that have equal attribute values.public int hashCode()
apiVersion, applicationSshEndpoint, applicationSshHostKeyFingerprint, applicationSshOAuthClient, authorizationEndpoint, buildNumber, description, dopplerLoggingEndpoint, loggingEndpoint, minCliVersion, minRecommendedCliVersion, name, osbapiVersion, routingEndpoint, support, tokenEndpoint, user, version.public String toString()
GetInfoResponse with attribute values.public static GetInfoResponse.Builder builder()
GetInfoResponse.
GetInfoResponse.builder()
.apiVersion(String | null) // nullable apiVersion
.applicationSshEndpoint(String | null) // nullable applicationSshEndpoint
.applicationSshHostKeyFingerprint(String | null) // nullable applicationSshHostKeyFingerprint
.applicationSshOAuthClient(String | null) // nullable applicationSshOAuthClient
.authorizationEndpoint(String | null) // nullable authorizationEndpoint
.buildNumber(String | null) // nullable buildNumber
.description(String | null) // nullable description
.dopplerLoggingEndpoint(String | null) // nullable dopplerLoggingEndpoint
.loggingEndpoint(String | null) // nullable loggingEndpoint
.minCliVersion(String | null) // nullable minCliVersion
.minRecommendedCliVersion(String | null) // nullable minRecommendedCliVersion
.name(String | null) // nullable name
.osbapiVersion(String | null) // nullable osbapiVersion
.routingEndpoint(String | null) // nullable routingEndpoint
.support(String | null) // nullable support
.tokenEndpoint(String | null) // nullable tokenEndpoint
.user(String | null) // nullable user
.version(Integer | null) // nullable version
.build();
Copyright © 2020. All rights reserved.