@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetOrganizationResponse extends Organization
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOrganizationResponse.Builder
Builds instances of type
GetOrganizationResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetOrganizationResponse.Builder |
builder()
Creates a builder for
GetOrganizationResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetOrganizationResponse 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
GetOrganizationResponse with attribute values. |
public String getName()
getName in class Organizationpublic String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic boolean equals(Object another)
GetOrganizationResponse that have equal attribute values.public int hashCode()
name, createdAt, id, links, updatedAt.public String toString()
GetOrganizationResponse with attribute values.public static GetOrganizationResponse.Builder builder()
GetOrganizationResponse.Copyright © 2018. All rights reserved.