public abstract class OperationResponse
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OperationResponse
public OperationResponse()
-
Method Details
-
nameFieldName
public abstract String nameFieldName()
-
statusFieldName
public abstract String statusFieldName()
-
errorCodeFieldName
public abstract String errorCodeFieldName()
-
errorMessageFieldName
public abstract String errorMessageFieldName()
-
statusFieldTypeName
public abstract String statusFieldTypeName()
-