@Generated(value={"Immutables.generator","_DisableServiceAccessRequest"}) public final class DisableServiceAccessRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DisableServiceAccessRequest.Builder
Builds instances of type
DisableServiceAccessRequest. |
| Modifier and Type | Method and Description |
|---|---|
static DisableServiceAccessRequest.Builder |
builder()
Creates a builder for
DisableServiceAccessRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
DisableServiceAccessRequest that have equal attribute values. |
Duration |
getCompletionTimeout()
How long to wait for the disable
|
String |
getOrganizationName()
Limit to this organization name
|
String |
getServiceName()
The name of the service to enable
|
String |
getServicePlanName()
Limit to this service plan name
|
int |
hashCode()
Computes a hash code from attributes:
completionTimeout, organizationName, serviceName, servicePlanName. |
String |
toString()
Prints the immutable value
DisableServiceAccessRequest with attribute values. |
public Duration getCompletionTimeout()
public String getOrganizationName()
public String getServiceName()
public String getServicePlanName()
public boolean equals(Object another)
DisableServiceAccessRequest that have equal attribute values.public int hashCode()
completionTimeout, organizationName, serviceName, servicePlanName.public String toString()
DisableServiceAccessRequest with attribute values.public static DisableServiceAccessRequest.Builder builder()
DisableServiceAccessRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.