public class StringMapResponse extends FFDCResponseBase
| Constructor and Description |
|---|
StringMapResponse()
Default constructor
|
StringMapResponse(StringMapResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Map<String,String> |
getStringMap()
Return the name list result.
|
int |
hashCode()
Return hash code for this object
|
void |
setStringMap(Map<String,String> stringMap)
Set up the name to description map result.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic StringMapResponse()
public StringMapResponse(StringMapResponse template)
template - object to copypublic Map<String,String> getStringMap()
public void setStringMap(Map<String,String> stringMap)
stringMap - map of stringspublic String toString()
toString in class FFDCResponseBasepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2020 ODPi. All rights reserved.