@Generated(value={"Immutables.generator","_ServiceBroker"}) public final class ServiceBroker extends Object
_ServiceBroker
.
Use the builder to create immutable instances:
ServiceBroker.builder()
.
Modifier and Type | Class and Description |
---|---|
static class |
ServiceBroker.Builder
Builds instances of type
ServiceBroker . |
Modifier and Type | Method and Description |
---|---|
static ServiceBroker.Builder |
builder()
Creates a builder for
ServiceBroker . |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceBroker that have equal attribute values. |
String |
getId()
The id
|
String |
getName()
The name of the service broker
|
String |
getUrl()
The url of the service broker
|
int |
hashCode()
Computes a hash code from attributes:
id , name , url . |
String |
toString()
Prints the immutable value
ServiceBroker with attribute values. |
public String getId()
public String getName()
public String getUrl()
public boolean equals(Object another)
ServiceBroker
that have equal attribute values.public int hashCode()
id
, name
, url
.public String toString()
ServiceBroker
with attribute values.public static ServiceBroker.Builder builder()
ServiceBroker
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.