@Generated(value={"Immutables.generator","_CreateIsolationSegmentResponse"}) 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()
The created at
|
String |
getId()
The id
|
Map<String,Link> |
getLinks()
The links
|
String |
getName()
The name
|
String |
getUpdatedAt()
The updated at
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, name, updatedAt. |
String |
toString()
Prints the immutable value
CreateIsolationSegmentResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class IsolationSegmentpublic String getId()
getId in class IsolationSegmentpublic Map<String,Link> getLinks()
getLinks in class IsolationSegmentpublic String getName()
getName in class IsolationSegmentpublic String getUpdatedAt()
getUpdatedAt in class IsolationSegmentpublic boolean equals(Object another)
CreateIsolationSegmentResponse that have equal attribute values.public int hashCode()
createdAt, id, links, name, updatedAt.public String toString()
CreateIsolationSegmentResponse with attribute values.public static CreateIsolationSegmentResponse.Builder builder()
CreateIsolationSegmentResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.