public final class ResponseCustomDataImpl extends DocumentWorkerObjectImpl implements ResponseCustomData
application| Constructor and Description |
|---|
ResponseCustomDataImpl(ApplicationImpl application,
ResponseImpl response) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asMap() |
String |
get(String dataKey) |
ResponseImpl |
getResponse() |
String |
put(String dataKey,
String dataValue) |
void |
putAll(Map<String,String> m) |
String |
remove(String dataKey) |
getApplicationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplicationpublic ResponseCustomDataImpl(ApplicationImpl application, ResponseImpl response)
@Nonnull public ResponseImpl getResponse()
getResponse in interface ResponseCustomDatapublic String get(String dataKey)
get in interface ResponseCustomDatapublic String put(String dataKey, String dataValue)
put in interface ResponseCustomDatapublic void putAll(Map<String,String> m)
putAll in interface ResponseCustomDatapublic String remove(String dataKey)
remove in interface ResponseCustomDataCopyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.