public class FileSystemResponse extends AssetOwnerOMASAPIResponse
| Constructor and Description |
|---|
FileSystemResponse()
Default constructor
|
FileSystemResponse(FileSystemResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
FileSystemElement |
getFileSystem()
Return the fileSystem result.
|
int |
hashCode()
Return hash code for this object
|
void |
setFileSystem(FileSystemElement fileSystem)
Set up the fileSystem result.
|
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 FileSystemResponse()
public FileSystemResponse(FileSystemResponse template)
template - object to copypublic FileSystemElement getFileSystem()
public void setFileSystem(FileSystemElement fileSystem)
fileSystem - - 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.