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