@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()
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
OrganizationResource 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)
OrganizationResource that have equal attribute values.public int hashCode()
name, createdAt, id, links, updatedAt.public String toString()
OrganizationResource with attribute values.public static OrganizationResource.Builder builder()
OrganizationResource.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.