@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateServiceBrokerRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateServiceBrokerRequest.Builder
Builds instances of type
CreateServiceBrokerRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateServiceBrokerRequest.Builder |
builder()
Creates a builder for
CreateServiceBrokerRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateServiceBrokerRequest that have equal attribute values. |
String |
getAuthenticationPassword()
The password with which to authenticate against the service broker.
|
String |
getAuthenticationUsername()
The username with which to authenticate against the service broker.
|
String |
getBrokerUrl()
The url of the service broker.
|
String |
getName()
The name of the service broker.
|
String |
getSpaceId()
(experimental) Guid of a space the broker is scoped to.
|
int |
hashCode()
Computes a hash code from attributes:
authenticationPassword, authenticationUsername, brokerUrl, name, spaceId. |
String |
toString()
Prints the immutable value
CreateServiceBrokerRequest with attribute values. |
public String getAuthenticationPassword()
public String getAuthenticationUsername()
public String getBrokerUrl()
public String getName()
public String getSpaceId()
public boolean equals(Object another)
CreateServiceBrokerRequest that have equal attribute values.public int hashCode()
authenticationPassword, authenticationUsername, brokerUrl, name, spaceId.public String toString()
CreateServiceBrokerRequest with attribute values.public static CreateServiceBrokerRequest.Builder builder()
CreateServiceBrokerRequest.
CreateServiceBrokerRequest.builder()
.authenticationPassword(String) // required authenticationPassword
.authenticationUsername(String) // required authenticationUsername
.brokerUrl(String) // required brokerUrl
.name(String) // required name
.spaceId(String | null) // nullable spaceId
.build();
Copyright © 2020. All rights reserved.