User

public class User extends Object

Represents a Remote Config user. Output only.

Public Method Summary

boolean
equals(Object o)
String
getEmail()
Gets the email of the user.
String
getImageUrl()
Gets the image URL of the user.
String
getName()
Gets the name of the user.
int

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public boolean equals (Object o)

public String getEmail ()

Gets the email of the user.

Returns
  • The email of the user or null.

public String getImageUrl ()

Gets the image URL of the user.

Returns
  • The image URL of the user or null.

public String getName ()

Gets the name of the user.

Returns
  • The name of the user or null.

public int hashCode ()