-
@Serializable() public final class UserAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringkeyprivate final PLYUserAttributeTypetype
-
Constructor Summary
Constructors Constructor Description UserAttribute(String key, PLYUserAttributeType type)
-
Method Summary
Modifier and Type Method Description final StringgetKey()final PLYUserAttributeTypegetType()-
-
Constructor Detail
-
UserAttribute
UserAttribute(String key, PLYUserAttributeType type)
-
-
Method Detail
-
getType
final PLYUserAttributeType getType()
-
-
-
-