@Generated(value={"Immutables.generator","_CreateUserProvidedServiceInstanceRequest"}) public final class CreateUserProvidedServiceInstanceRequest extends Object
_CreateUserProvidedServiceInstanceRequest.
Use the builder to create immutable instances:
CreateUserProvidedServiceInstanceRequest.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateUserProvidedServiceInstanceRequest.Builder
Builds instances of type
CreateUserProvidedServiceInstanceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateUserProvidedServiceInstanceRequest.Builder |
builder()
Creates a builder for
CreateUserProvidedServiceInstanceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateUserProvidedServiceInstanceRequest that have equal attribute values. |
Map<String,Object> |
getCredentials()
Key/value pairs that can be stored to store credentials
|
String |
getName()
The name
|
String |
getRouteServiceUrl()
URL to which requests for bound routes will be forwarded
|
String |
getSpaceId()
The space id
|
String |
getSyslogDrainUrl()
The url for the syslog_drain to direct to
|
int |
hashCode()
Computes a hash code from attributes:
credentials, name, routeServiceUrl, spaceId, syslogDrainUrl. |
String |
toString()
Prints the immutable value
CreateUserProvidedServiceInstanceRequest with attribute values. |
public Map<String,Object> getCredentials()
public String getName()
public String getRouteServiceUrl()
public String getSpaceId()
public String getSyslogDrainUrl()
public boolean equals(Object another)
CreateUserProvidedServiceInstanceRequest that have equal attribute values.public int hashCode()
credentials, name, routeServiceUrl, spaceId, syslogDrainUrl.public String toString()
CreateUserProvidedServiceInstanceRequest with attribute values.public static CreateUserProvidedServiceInstanceRequest.Builder builder()
CreateUserProvidedServiceInstanceRequest.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.