com.hoiio.sdk.objects
Class HoiioRequest

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by com.hoiio.sdk.objects.HoiioRequest
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class HoiioRequest
extends HashMap<String,String>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
HoiioRequest()
           
 
Method Summary
 void put(String key, Object value, boolean isRequired)
          Puts the parameter into the Map.
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

HoiioRequest

public HoiioRequest()
Method Detail

put

public void put(String key,
                Object value,
                boolean isRequired)
         throws HoiioException
Puts the parameter into the Map. If the parameter is required, check for nullablity.

Parameters:
key - The key of the parameter
value - The value of the parameter
isRequired - The indicator of whether this parameter is required or not.
Throws:
HoiioException