com.globo.dnsapi.model
Class DNSAPIRoot<T>

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

public class DNSAPIRoot<T>
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
DNSAPIRoot()
           
 
Method Summary
 T getFirstObject()
          Return first object in list or null if list is empty
 List<T> getObjectList()
           
 void setObjectList(List<T> objectList)
           
 
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

DNSAPIRoot

public DNSAPIRoot()
Method Detail

getObjectList

public List<T> getObjectList()

setObjectList

public void setObjectList(List<T> objectList)

getFirstObject

public T getFirstObject()
Return first object in list or null if list is empty

Returns:


Copyright © 2014. All rights reserved.