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