public class PropertiesResponse extends FFDCResponseBase
| Constructor and Description |
|---|
PropertiesResponse()
Default constructor
|
PropertiesResponse(PropertiesResponse 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,Object> |
getProperties()
Return the property map.
|
int |
hashCode()
Return hash code for this object
|
void |
setProperties(Map<String,Object> properties)
Set up the property map.
|
String |
toString()
JSON-style toString
|
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic PropertiesResponse()
public PropertiesResponse(PropertiesResponse template)
template - object to copypublic Map<String,Object> getProperties()
public void setProperties(Map<String,Object> properties)
properties - property mappublic String toString()
toString in class FFDCResponseBasepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.