@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class BouncesRemoveListResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_ERRORS |
| Constructor and Description |
|---|
BouncesRemoveListResult() |
| Modifier and Type | Method and Description |
|---|---|
BouncesRemoveListResult |
addErrorsItem(BouncesRemoveListError errorsItem) |
boolean |
equals(java.lang.Object o) |
BouncesRemoveListResult |
errors(java.util.List<BouncesRemoveListError> errors) |
java.util.List<BouncesRemoveListError> |
getErrors()
Get errors
|
int |
hashCode() |
void |
setErrors(java.util.List<BouncesRemoveListError> errors) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_ERRORS
public BouncesRemoveListResult errors(java.util.List<BouncesRemoveListError> errors)
public BouncesRemoveListResult addErrorsItem(BouncesRemoveListError errorsItem)
@Nullable public java.util.List<BouncesRemoveListError> getErrors()
public void setErrors(java.util.List<BouncesRemoveListError> errors)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.