@Generated(value={"Immutables.generator","_CreateServiceInstanceRequest"}) public final class CreateServiceInstanceRequest extends Object
_CreateServiceInstanceRequest
.
Use the builder to create immutable instances:
CreateServiceInstanceRequest.builder()
.
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. |
Map<String,Object> |
getParameters()
The parameters of the service instance
|
String |
getPlanName()
The name of the service plan to use
|
String |
getServiceInstanceName()
The name of the service instance to create
|
String |
getServiceName()
The name of the service
|
List<String> |
getTags()
The tags
|
int |
hashCode()
Computes a hash code from attributes:
parameters , planName , serviceInstanceName , serviceName , tags . |
String |
toString()
Prints the immutable value
CreateServiceInstanceRequest with attribute values. |
public String getPlanName()
public String getServiceInstanceName()
public String getServiceName()
public boolean equals(Object another)
CreateServiceInstanceRequest
that have equal attribute values.public int hashCode()
parameters
, planName
, serviceInstanceName
, serviceName
, tags
.public String toString()
CreateServiceInstanceRequest
with attribute values.public static CreateServiceInstanceRequest.Builder builder()
CreateServiceInstanceRequest
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.