@Generated(value={"Immutables.generator","_Meta"}) public final class Meta extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Meta.Builder
Builds instances of type
Meta. |
| Modifier and Type | Method and Description |
|---|---|
static Meta.Builder |
builder()
Creates a builder for
Meta. |
boolean |
equals(Object another)
This instance is equal to all instances of
Meta that have equal attribute values. |
String |
getCreated()
When the user record was created
|
String |
getLastModified()
When the user record was last modified
|
Integer |
getVersion()
The metadata version
|
int |
hashCode()
Computes a hash code from attributes:
created, lastModified, version. |
String |
toString()
Prints the immutable value
Meta with attribute values. |
public String getCreated()
public String getLastModified()
public Integer getVersion()
public boolean equals(Object another)
Meta that have equal attribute values.public int hashCode()
created, lastModified, version.public String toString()
Meta with attribute values.public static Meta.Builder builder()
Meta.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.