예제 #1
0
 protected JSONObject shell() {
   JSONObject response = new JSONObject();
   response.put("type", "" + type.getID());
   return response;
 }