类 Resource
- java.lang.Object
-
- cn.authing.guard.data.Resource
-
- 所有已实现的接口:
Serializable
public class Resource extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
方法详细资料
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getType
public String getType()
-
setType
public void setType(String type)
-
parse
public static List<Resource> parse(JSONArray array) throws JSONException
- 抛出:
JSONException
-
-