@Generated(value={"Immutables.generator","_BindServiceInstanceRequest"}) public final class BindServiceInstanceRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BindServiceInstanceRequest.Builder
Builds instances of type
BindServiceInstanceRequest . |
Modifier and Type | Method and Description |
---|---|
static BindServiceInstanceRequest.Builder |
builder()
Creates a builder for
BindServiceInstanceRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
BindServiceInstanceRequest that have equal attribute values. |
String |
getApplicationName()
The name of the application to bind
|
Map<String,Object> |
getParameters()
The parameters for the service binding
|
String |
getServiceInstanceName()
The name of the service instance to bind
|
int |
hashCode()
Computes a hash code from attributes:
applicationName , parameters , serviceInstanceName . |
String |
toString()
Prints the immutable value
BindServiceInstanceRequest with attribute values. |
public String getApplicationName()
public String getServiceInstanceName()
public boolean equals(Object another)
BindServiceInstanceRequest
that have equal attribute values.public int hashCode()
applicationName
, parameters
, serviceInstanceName
.public String toString()
BindServiceInstanceRequest
with attribute values.public static BindServiceInstanceRequest.Builder builder()
BindServiceInstanceRequest
.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.