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