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