@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateServicePlanRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateServicePlanRequest.Builder
Builds instances of type
UpdateServicePlanRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServicePlanRequest.Builder |
builder()
Creates a builder for
UpdateServicePlanRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateServicePlanRequest that have equal attribute values. |
Metadata |
getMetadata()
The metadata
|
String |
getServicePlanId()
The service plan id
|
int |
hashCode()
Computes a hash code from attributes:
metadata, servicePlanId. |
String |
toString()
Prints the immutable value
UpdateServicePlanRequest with attribute values. |
public Metadata getMetadata()
public String getServicePlanId()
public boolean equals(Object another)
UpdateServicePlanRequest that have equal attribute values.public int hashCode()
metadata, servicePlanId.public String toString()
UpdateServicePlanRequest with attribute values.public static UpdateServicePlanRequest.Builder builder()
UpdateServicePlanRequest.
UpdateServicePlanRequest.builder()
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.servicePlanId(String) // required servicePlanId
.build();
Copyright © 2020. All rights reserved.