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