@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. |
Boolean |
getAsync()
The async
|
String |
getServicePlanId()
The service plan id
|
int |
hashCode()
Computes a hash code from attributes:
async, servicePlanId. |
String |
toString()
Prints the immutable value
DeleteServicePlanRequest with attribute values. |
public Boolean getAsync()
public String getServicePlanId()
public boolean equals(Object another)
DeleteServicePlanRequest that have equal attribute values.public int hashCode()
async, servicePlanId.public String toString()
DeleteServicePlanRequest with attribute values.public static DeleteServicePlanRequest.Builder builder()
DeleteServicePlanRequest.
DeleteServicePlanRequest.builder()
.async(Boolean | null) // nullable async
.servicePlanId(String) // required servicePlanId
.build();
Copyright © 2020. All rights reserved.