public class PayRuns extends Object
| Constructor and Description |
|---|
PayRuns() |
| Modifier and Type | Method and Description |
|---|---|
PayRuns |
addPayRunsItem(PayRun payRunsItem) |
boolean |
equals(Object o) |
Pagination |
getPagination()
Get pagination
|
List<PayRun> |
getPayRuns()
Get payRuns
|
Problem |
getProblem()
Get problem
|
int |
hashCode() |
PayRuns |
pagination(Pagination pagination) |
PayRuns |
payRuns(List<PayRun> payRuns) |
PayRuns |
problem(Problem problem) |
void |
setPagination(Pagination pagination) |
void |
setPayRuns(List<PayRun> payRuns) |
void |
setProblem(Problem problem) |
String |
toString() |
public PayRuns pagination(Pagination pagination)
public Pagination getPagination()
public void setPagination(Pagination pagination)
public Problem getProblem()
public void setProblem(Problem problem)
Copyright © 2020. All rights reserved.