public class Aged extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Aged.Builder |
Modifier | Constructor and Description |
---|---|
protected |
Aged(int age,
Date created,
String id) |
Modifier and Type | Method and Description |
---|---|
static Aged.Builder |
builder() |
boolean |
equals(Object obj) |
int |
getAge() |
Date |
getCreated() |
String |
getId() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Aged.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"age","created","href"}) protected Aged(int age, Date created, String id)
public int getAge()
public Date getCreated()
public String getId()
protected com.google.common.base.Objects.ToStringHelper string()
public static Aged.Builder builder()
public Aged.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.