public class Claim extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Claim.Builder |
Modifier | Constructor and Description |
---|---|
protected |
Claim(String id,
int ttl,
int age,
List<Message> messages) |
Modifier and Type | Method and Description |
---|---|
static Claim.Builder |
builder() |
boolean |
equals(Object obj) |
int |
getAge() |
String |
getId() |
List<Message> |
getMessages() |
int |
getTTL() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Claim.Builder |
toBuilder() |
String |
toString() |
public String getId()
public int getTTL()
CreateMessage.Builder.ttl(int)
public int getAge()
public List<Message> getMessages()
protected com.google.common.base.Objects.ToStringHelper string()
public static Claim.Builder builder()
public Claim.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.