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