public final class AccountInfo
Holds information about the current account.
private final String
id
name
private final Map<String, Object>
extraInfo
AccountInfo(String id, String name, Map<String, Object> extraInfo)
final String
getId()
getName()
final Map<String, Object>
getExtraInfo()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getId()
final String getName()
final Map<String, Object> getExtraInfo()