UserDataKeys

Keys used in CommandDto#getUserData() to marshall the command’s results

API

UserDataKeys.java
class UserDataKeys {
  public static String RESULT;
  public static String EXCEPTION;
}