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