@Generated(value="org.immutables.processor.ProxyProcessor") 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 |
getName()
The name of the service broker
|
String |
getPassword()
The password to authenticate with the broker
|
String |
getUrl()
The url of the service broker
|
String |
getUsername()
The username to authenticate with the broker
|
int |
hashCode()
Computes a hash code from attributes:
name, password, url, username. |
String |
toString()
Prints the immutable value
UpdateServiceBrokerRequest with attribute values. |
public String getName()
public String getPassword()
public String getUrl()
public String getUsername()
public boolean equals(Object another)
UpdateServiceBrokerRequest that have equal attribute values.public int hashCode()
name, password, url, username.public String toString()
UpdateServiceBrokerRequest with attribute values.public static UpdateServiceBrokerRequest.Builder builder()
UpdateServiceBrokerRequest.Copyright © 2018. All rights reserved.