Package net.runelite.client.account
Class AccountSession
- java.lang.Object
-
- net.runelite.client.account.AccountSession
-
public class AccountSession extends Object
-
-
Constructor Summary
Constructors Constructor Description AccountSession(UUID uuid, Instant created, String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Instant
getCreated()
String
getUsername()
UUID
getUuid()
int
hashCode()
String
toString()
-