@Serializable() public final class PLYUser
private final String
id
token
uuid
private final List<PLYDevice>
devices
PLYUser(String id, String token, String uuid, List<PLYDevice> devices)
final String
getId()
getToken()
getUuid()
final List<PLYDevice>
getDevices()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getId()
final String getToken()
final String getUuid()
final List<PLYDevice> getDevices()