@Generated public class ErrorDetail extends Object
Constructor and Description |
---|
ErrorDetail() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<SerializedException> |
getExceptions() |
Boolean |
getFatal() |
int |
hashCode() |
ErrorDetail |
setExceptions(Collection<SerializedException> exceptions) |
ErrorDetail |
setFatal(Boolean fatal) |
String |
toString() |
public ErrorDetail setExceptions(Collection<SerializedException> exceptions)
public Collection<SerializedException> getExceptions()
public ErrorDetail setFatal(Boolean fatal)
public Boolean getFatal()
Copyright © 2023. All rights reserved.