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