@Generated(value={"Immutables.generator","_OrganizationResource"}) public final class OrganizationResource extends Organization
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationResource.Builder
Builds instances of type
OrganizationResource. |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationResource.Builder |
builder()
Creates a builder for
OrganizationResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
OrganizationResource that have equal attribute values. |
String |
getCreatedAt()
The created at
|
String |
getId()
The organization 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
OrganizationResource with attribute values. |
public String getCreatedAt()
getCreatedAt in class Organizationpublic String getId()
getId in class Organizationpublic Map<String,Link> getLinks()
getLinks in class Organizationpublic String getName()
getName in class Organizationpublic String getUpdatedAt()
getUpdatedAt in class Organizationpublic boolean equals(Object another)
OrganizationResource that have equal attribute values.public int hashCode()
createdAt, id, links, name, updatedAt.public String toString()
OrganizationResource with attribute values.public static OrganizationResource.Builder builder()
OrganizationResource.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.