public static class HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION
extends java.lang.Object
ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION.userTrace = User Trace ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION.localError = Local Error Log ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION.exception = Exception ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION.exceptionList = Exception List
Modifier and Type | Field and Description |
---|---|
static HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION |
exception |
static HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION |
exceptionList |
static HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION |
localError |
static HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION |
userTrace |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION userTrace
public static final HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION localError
public static final HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION exception
public static final HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION exceptionList
public static java.lang.String[] values
protected HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION getEnumFromString(java.lang.String enumValue)