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