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