public class GetPayoutResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetPayoutResponse.Builder
Class to build instances of
GetPayoutResponse. |
| Constructor and Description |
|---|
GetPayoutResponse(Payout payout,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
Payout |
getPayout()
Getter for Payout.
|
int |
hashCode() |
GetPayoutResponse.Builder |
toBuilder()
Builds a new
GetPayoutResponse.Builder object. |
String |
toString()
Converts this GetPayoutResponse into string format.
|
public HttpContext getContext()
public Payout getPayout()
public List<Error> getErrors()
public String toString()
public GetPayoutResponse.Builder toBuilder()
GetPayoutResponse.Builder object.
Creates the instance with the state of the current model.GetPayoutResponse.Builder objectCopyright © 2022. All rights reserved.