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

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 ()