public class QueryList extends ContainerType
<complexType name="QueryList" />
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryList.Builder<B extends QueryList.Builder<B>> |
| Modifier | Constructor and Description |
|---|---|
protected |
QueryList(QueryList.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static QueryList.Builder<?> |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
QueryList.Builder<?> |
toBuilder() |
getName, getPage, getPageSize, getTotalprotected QueryList(QueryList.Builder<?> builder)
public static QueryList.Builder<?> builder()
public QueryList.Builder<?> toBuilder()
toBuilder in class ContainerTypepublic boolean equals(Object o)
equals in class ContainerTypepublic int hashCode()
hashCode in class ContainerTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class ContainerTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.