public class EDMErrorResponse extends Object implements IEDMTopLevelObject
builder().| Modifier and Type | Class and Description |
|---|---|
static class |
EDMErrorResponse.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
EDMErrorResponse(eu.toop.regrep.ERegRepResponseStatus eResponseStatus,
String sRequestID,
String sSpecificationIdentifier,
AgentPojo aErrorProvider,
com.helger.commons.collection.impl.ICommonsList<EDMExceptionPojo> aExceptions) |
| Modifier and Type | Method and Description |
|---|---|
static EDMErrorResponse.Builder |
builder() |
static EDMErrorResponse |
create(eu.toop.regrep.query.QueryResponse aQueryResponse) |
boolean |
equals(Object o) |
List<EDMExceptionPojo> |
exceptions() |
List<EDMExceptionPojo> |
getAllExceptions() |
eu.toop.regrep.query.QueryResponse |
getAsErrorResponse() |
AgentPojo |
getErrorProvider() |
String |
getRequestID() |
eu.toop.regrep.ERegRepResponseStatus |
getResponseStatus() |
String |
getSpecificationIdentifier() |
IVersatileWriter<eu.toop.regrep.query.QueryResponse> |
getWriter() |
int |
hashCode() |
static IJAXBVersatileReader<EDMErrorResponse> |
reader() |
String |
toString() |
protected EDMErrorResponse(@Nonnull eu.toop.regrep.ERegRepResponseStatus eResponseStatus, @Nonnull @Nonempty String sRequestID, @Nonnull @Nonempty String sSpecificationIdentifier, @Nullable AgentPojo aErrorProvider, @Nonnull @Nonempty com.helger.commons.collection.impl.ICommonsList<EDMExceptionPojo> aExceptions)
@Nonnull public final eu.toop.regrep.ERegRepResponseStatus getResponseStatus()
@Nonnull @Nonempty public final List<EDMExceptionPojo> exceptions()
@Nonnull @Nonempty @ReturnsMutableCopy public final List<EDMExceptionPojo> getAllExceptions()
@Nonnull public eu.toop.regrep.query.QueryResponse getAsErrorResponse()
@Nonnull public IVersatileWriter<eu.toop.regrep.query.QueryResponse> getWriter()
@Nonnull public static IJAXBVersatileReader<EDMErrorResponse> reader()
@Nonnull public static EDMErrorResponse.Builder builder()
@Nonnull public static EDMErrorResponse create(@Nonnull eu.toop.regrep.query.QueryResponse aQueryResponse)
Copyright © 2020 toop.eu. All rights reserved.