public class FolderResponse extends AssetOwnerOMASAPIResponse
| Constructor and Description |
|---|
FolderResponse()
Default constructor
|
FolderResponse(FolderResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Folder |
getFolder()
Return the folder result.
|
int |
hashCode()
Return hash code for this object
|
void |
setFolder(Folder folder)
Set up the folder result.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic FolderResponse()
public FolderResponse(FolderResponse template)
template - object to copypublic Folder getFolder()
public void setFolder(Folder folder)
folder - - beanpublic String toString()
toString in class AssetOwnerOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2020 ODPi. All rights reserved.