com.hoiio.sdk.objects
Class HoiioRequest
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
com.hoiio.sdk.objects.HoiioRequest
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,String>
public class HoiioRequest
- extends HashMap<String,String>
- See Also:
- Serialized Form
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 |
HoiioRequest
public HoiioRequest()
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 parametervalue
- The value of the parameterisRequired
- The indicator of whether this parameter is required or not.
- Throws:
HoiioException