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