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