public class ExportHistoryResponse extends Object
| Constructor and Description |
|---|
ExportHistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
ExportHistoryResponse |
count(Long count) |
ExportHistoryResponse |
data(ExportDataArray data) |
boolean |
equals(Object o) |
Long |
getCount() |
ExportDataArray |
getData() |
Long |
getOffset() |
Long |
getTotal() |
int |
hashCode() |
ExportHistoryResponse |
offset(Long offset) |
void |
setCount(Long count) |
void |
setData(ExportDataArray data) |
void |
setOffset(Long offset) |
void |
setTotal(Long total) |
String |
toString() |
ExportHistoryResponse |
total(Long total) |
public ExportHistoryResponse count(Long count)
public Long getCount()
public void setCount(Long count)
public ExportHistoryResponse data(ExportDataArray data)
public ExportDataArray getData()
public void setData(ExportDataArray data)
public ExportHistoryResponse offset(Long offset)
public Long getOffset()
public void setOffset(Long offset)
public ExportHistoryResponse total(Long total)
public Long getTotal()
public void setTotal(Long total)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.