@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class BouncesRemoveListResult extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ERRORS |
Constructor and Description |
---|
BouncesRemoveListResult() |
Modifier and Type | Method and Description |
---|---|
BouncesRemoveListResult |
addErrorsItem(BouncesRemoveListError errorsItem) |
boolean |
equals(Object o) |
BouncesRemoveListResult |
errors(List<BouncesRemoveListError> errors) |
List<BouncesRemoveListError> |
getErrors()
Get errors
|
int |
hashCode() |
void |
setErrors(List<BouncesRemoveListError> errors) |
String |
toString() |
public static final String JSON_PROPERTY_ERRORS
public BouncesRemoveListResult errors(List<BouncesRemoveListError> errors)
public BouncesRemoveListResult addErrorsItem(BouncesRemoveListError errorsItem)
@Nullable public List<BouncesRemoveListError> getErrors()
public void setErrors(List<BouncesRemoveListError> errors)
Copyright © 2017–2023 Okta. All rights reserved.