Package cn.authing.guard.data
Class UserInfo.CustomData
- java.lang.Object
-
- cn.authing.guard.data.UserInfo.CustomData
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserInfo
public static class UserInfo.CustomData extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataType()StringgetKey()StringgetLabel()StringgetValue()voidsetDataType(String dataType)voidsetKey(String key)voidsetLabel(String label)voidsetValue(String value)
-
-
-
Method Detail
-
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)
-
-