public class RulesEnvelope extends Object
| Constructor and Description |
|---|
RulesEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
RulesEnvelope |
addDataItem(OutputRule dataItem) |
RulesEnvelope |
count(Integer count) |
RulesEnvelope |
data(List<OutputRule> data) |
boolean |
equals(Object o) |
Integer |
getCount() |
List<OutputRule> |
getData() |
Integer |
getOffset() |
Integer |
getTotal() |
int |
hashCode() |
RulesEnvelope |
offset(Integer offset) |
void |
setCount(Integer count) |
void |
setData(List<OutputRule> data) |
void |
setOffset(Integer offset) |
void |
setTotal(Integer total) |
String |
toString() |
RulesEnvelope |
total(Integer total) |
public RulesEnvelope count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public RulesEnvelope data(List<OutputRule> data)
public RulesEnvelope addDataItem(OutputRule dataItem)
public List<OutputRule> getData()
public void setData(List<OutputRule> data)
public RulesEnvelope offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public RulesEnvelope total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.