@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateIsolationSegmentResponse extends IsolationSegment
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateIsolationSegmentResponse.Builder
Builds instances of type
CreateIsolationSegmentResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CreateIsolationSegmentResponse.Builder |
builder()
Creates a builder for
CreateIsolationSegmentResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateIsolationSegmentResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
String |
getName()
The name
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
name, createdAt, id, links, updatedAt. |
String |
toString()
Prints the immutable value
CreateIsolationSegmentResponse with attribute values. |
public String getName()
getName in class IsolationSegmentpublic String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic boolean equals(Object another)
CreateIsolationSegmentResponse that have equal attribute values.public int hashCode()
name, createdAt, id, links, updatedAt.public String toString()
CreateIsolationSegmentResponse with attribute values.public static CreateIsolationSegmentResponse.Builder builder()
CreateIsolationSegmentResponse.Copyright © 2018. All rights reserved.