@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetServicePlanRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServicePlanRequest.Builder
Builds instances of type
GetServicePlanRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetServicePlanRequest.Builder |
builder()
Creates a builder for
GetServicePlanRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetServicePlanRequest 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
GetServicePlanRequest with attribute values. |
public String getServicePlanId()
public boolean equals(Object another)
GetServicePlanRequest that have equal attribute values.public int hashCode()
servicePlanId.public String toString()
GetServicePlanRequest with attribute values.public static GetServicePlanRequest.Builder builder()
GetServicePlanRequest.
GetServicePlanRequest.builder()
.servicePlanId(String) // required servicePlanId
.build();
Copyright © 2020. All rights reserved.