public class SystemRequest extends Object
HostControlSystem
.
Subclasses may add additional methods to provide easier access to values in
the options map. However, subclasses must store all values in this map to
preserve the contracts of equals
and hashCode
.
Constructor and Description |
---|
SystemRequest(URI uri) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String key) |
boolean |
equals(Object obj) |
Object |
get(String key) |
<T> T |
get(String key,
Class<? extends T> type) |
int |
hashCode() |
Map<String,Object> |
options() |
void |
set(String key,
Object value) |
void |
setAll(Map<String,?> newOptions) |
URI |
uri() |