您好,登錄后才能下訂單哦!
private List<ActionInfo> actionList = new ArrayList<ActionInfo>();
Type listType = new TypeToken<LinkedList<ActionInfo>>(){}.getType(); Gson gson = new Gson(); actionList = gson.fromJson(jsonArray.toString(), listType);
public class ActionInfo { public String PARENT_NODE_NAME;//節點名稱 public String SORT_NO; public String DISPLAY_NAME; public String ROUTE_ID; public String NODE_ACTION_ID; //動作id public String NODE_ACTION_NAME;//動作 public int ACTION_TYPE;//0結點 1必要動作 2 非必要動作 public String NODE_ID;//節點id public String TASK_NO;//任務單號 public ActionInfo(String nodeName, String sortNo, int actionType, String disName, String routeId, String actionId, String actionName, String nodeId, String taskNo) { super(); this.PARENT_NODE_NAME = nodeName; this.SORT_NO = sortNo; this.ACTION_TYPE = actionType; this.DISPLAY_NAME = disName; this.ROUTE_ID = routeId; this.NODE_ACTION_ID = actionId; this.NODE_ACTION_NAME = actionName; this.NODE_ID = nodeId; this.TASK_NO = taskNo; } }
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。