@Generated(value="")
public class QueryAttributes
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String[] |
attributes |
protected java.lang.Integer |
count |
protected java.lang.String[] |
excludedAttributes |
protected java.lang.String |
filter |
protected java.lang.String |
sortBy |
protected java.lang.String |
sortOrder |
protected java.lang.Integer |
startIndex |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
QueryAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String[] |
getAttributes() |
java.lang.Integer |
getCount() |
java.lang.String[] |
getExcludedAttributes() |
java.lang.String |
getFilter() |
java.lang.String |
getSortBy() |
java.lang.String |
getSortOrder() |
java.lang.Integer |
getStartIndex() |
int |
hashCode() |
void |
setAttributes(java.lang.String[] attributes) |
void |
setAttributes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> attributesUnsafeSupplier) |
void |
setCount(java.lang.Integer count) |
void |
setCount(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> countUnsafeSupplier) |
void |
setExcludedAttributes(java.lang.String[] excludedAttributes) |
void |
setExcludedAttributes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> excludedAttributesUnsafeSupplier) |
void |
setFilter(java.lang.String filter) |
void |
setFilter(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> filterUnsafeSupplier) |
void |
setSortBy(java.lang.String sortBy) |
void |
setSortBy(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> sortByUnsafeSupplier) |
void |
setSortOrder(java.lang.String sortOrder) |
void |
setSortOrder(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> sortOrderUnsafeSupplier) |
void |
setStartIndex(java.lang.Integer startIndex) |
void |
setStartIndex(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> startIndexUnsafeSupplier) |
static QueryAttributes |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static QueryAttributes |
unsafeToDTO(java.lang.String json) |
protected java.lang.String[] attributes
protected java.lang.Integer count
protected java.lang.String[] excludedAttributes
protected java.lang.String filter
protected java.lang.String sortBy
protected java.lang.String sortOrder
protected java.lang.Integer startIndex
public java.lang.String xClassName
public static QueryAttributes toDTO(java.lang.String json)
public static QueryAttributes unsafeToDTO(java.lang.String json)
public java.lang.String[] getAttributes()
public void setAttributes(java.lang.String[] attributes)
public void setAttributes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> attributesUnsafeSupplier)
public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
public void setCount(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> countUnsafeSupplier)
public java.lang.String[] getExcludedAttributes()
public void setExcludedAttributes(java.lang.String[] excludedAttributes)
public void setExcludedAttributes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> excludedAttributesUnsafeSupplier)
public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
public void setFilter(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> filterUnsafeSupplier)
public java.lang.String getSortBy()
public void setSortBy(java.lang.String sortBy)
public void setSortBy(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> sortByUnsafeSupplier)
public java.lang.String getSortOrder()
public void setSortOrder(java.lang.String sortOrder)
public void setSortOrder(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> sortOrderUnsafeSupplier)
public java.lang.Integer getStartIndex()
public void setStartIndex(java.lang.Integer startIndex)
public void setStartIndex(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> startIndexUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object