com.globo.dnsapi.model
Class Authentication

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.Authentication
All Implemented Interfaces:
Cloneable, Map<String,Object>

public class Authentication
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
Authentication()
           
 
Method Summary
 Long getId()
           
 String getToken()
           
 void setId(Long id)
           
 void setToken(String token)
           
 
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

Authentication

public Authentication()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getToken

public String getToken()

setToken

public void setToken(String token)


Copyright © 2014. All rights reserved.