com.globo.dnsapi.model
Class User

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.globo.dnsapi.model.User
All Implemented Interfaces:
Cloneable, Map<String,Object>

public class User
extends com.google.api.client.json.GenericJson


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
User(String email, String password)
           
 
Method Summary
 String getEmail()
           
 String getPassword()
           
 void setEmail(String email)
           
 void setPassword(String password)
           
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, set, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User(String email,
            String password)
Method Detail

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)


Copyright © 2014. All rights reserved.