类 UserInfo.CustomData
- java.lang.Object
-
- cn.authing.guard.data.UserInfo.CustomData
-
- 所有已实现的接口:
Serializable
- 封闭类:
- UserInfo
public static class UserInfo.CustomData extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
方法详细资料
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getDataType
public String getDataType()
-
setDataType
public void setDataType(String dataType)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
-