@Generated(value={"Immutables.generator","_CreateServiceInstanceRequest"}) public final class CreateServiceInstanceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateServiceInstanceRequest.Builder
Builds instances of type
CreateServiceInstanceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateServiceInstanceRequest.Builder |
builder()
Creates a builder for
CreateServiceInstanceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateServiceInstanceRequest that have equal attribute values. |
Boolean |
getAcceptsIncomplete()
The accept incomplete flag
|
String |
getName()
The name
|
Map<String,Object> |
getParameters()
Key/value pairs of all arbitrary parameters to pass along to the service broker
|
String |
getServicePlanId()
The service plan id
|
String |
getSpaceId()
The space id
|
List<String> |
getTags()
A list of tags for the service instance
|
int |
hashCode()
Computes a hash code from attributes:
acceptsIncomplete, name, parameters, servicePlanId, spaceId, tags. |
String |
toString()
Prints the immutable value
CreateServiceInstanceRequest with attribute values. |
public Boolean getAcceptsIncomplete()
public String getName()
public Map<String,Object> getParameters()
public String getServicePlanId()
public String getSpaceId()
public boolean equals(Object another)
CreateServiceInstanceRequest that have equal attribute values.public int hashCode()
acceptsIncomplete, name, parameters, servicePlanId, spaceId, tags.public String toString()
CreateServiceInstanceRequest with attribute values.public static CreateServiceInstanceRequest.Builder builder()
CreateServiceInstanceRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.