public class PayRunObject extends Object
| Constructor and Description |
|---|
PayRunObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Pagination |
getPagination()
Get pagination
|
PayRun |
getPayRun()
Get payRun
|
Problem |
getProblem()
Get problem
|
int |
hashCode() |
PayRunObject |
pagination(Pagination pagination) |
PayRunObject |
payRun(PayRun payRun) |
PayRunObject |
problem(Problem problem) |
void |
setPagination(Pagination pagination) |
void |
setPayRun(PayRun payRun) |
void |
setProblem(Problem problem) |
String |
toString() |
public PayRunObject pagination(Pagination pagination)
public Pagination getPagination()
public void setPagination(Pagination pagination)
public PayRunObject problem(Problem problem)
public Problem getProblem()
public void setProblem(Problem problem)
public PayRunObject payRun(PayRun payRun)
public PayRun getPayRun()
public void setPayRun(PayRun payRun)
Copyright © 2020. All rights reserved.