@Generated(value={"Immutables.generator","_UpdateServiceBrokerRequest"}) public final class UpdateServiceBrokerRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateServiceBrokerRequest.Builder
Builds instances of type
UpdateServiceBrokerRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServiceBrokerRequest.Builder |
builder()
Creates a builder for
UpdateServiceBrokerRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateServiceBrokerRequest 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 |
getServiceBrokerId()
The service broker id
|
int |
hashCode()
Computes a hash code from attributes:
authenticationPassword, authenticationUsername, brokerUrl, name, serviceBrokerId. |
String |
toString()
Prints the immutable value
UpdateServiceBrokerRequest with attribute values. |
public String getAuthenticationPassword()
public String getAuthenticationUsername()
public String getBrokerUrl()
public String getName()
public String getServiceBrokerId()
public boolean equals(Object another)
UpdateServiceBrokerRequest that have equal attribute values.public int hashCode()
authenticationPassword, authenticationUsername, brokerUrl, name, serviceBrokerId.public String toString()
UpdateServiceBrokerRequest with attribute values.public static UpdateServiceBrokerRequest.Builder builder()
UpdateServiceBrokerRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.