@Generated(value={"Immutables.generator","_CreateServiceBrokerRequest"}) public final class CreateServiceBrokerRequest extends Object
_CreateServiceBrokerRequest
.
Use the builder to create immutable instances:
CreateServiceBrokerRequest.builder()
.
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 |
getName()
The name of the service broker
|
String |
getPassword()
The password to authenticate with the broker
|
Boolean |
getSpaceScoped()
Whether the service broker should be space scoped
|
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 , spaceScoped , url , username . |
String |
toString()
Prints the immutable value
CreateServiceBrokerRequest with attribute values. |
public String getName()
public String getPassword()
public Boolean getSpaceScoped()
public String getUrl()
public String getUsername()
public boolean equals(Object another)
CreateServiceBrokerRequest
that have equal attribute values.public int hashCode()
name
, password
, spaceScoped
, url
, username
.public String toString()
CreateServiceBrokerRequest
with attribute values.public static CreateServiceBrokerRequest.Builder builder()
CreateServiceBrokerRequest
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.