public abstract class Credentials
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Credentials() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object o) |
CommonProfile |
getUserProfile() |
abstract int |
hashCode() |
void |
setUserProfile(CommonProfile userProfile) |
public CommonProfile getUserProfile()
public void setUserProfile(CommonProfile userProfile)
public abstract boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic abstract int hashCode()
hashCode in class java.lang.ObjectCopyright © 2019. All Rights Reserved.