public class PathNameRequestBody extends AssetOwnerOMASAPIRequestBody
| Constructor and Description |
|---|
PathNameRequestBody()
Default constructor
|
PathNameRequestBody(PathNameRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getFullPath()
Return the full path of the file - this should be unique.
|
int |
hashCode()
Return hash code for this object
|
void |
setFullPath(String fullPath)
Set up the full path of the file - this should be unique.
|
String |
toString()
JSON-style toString
|
public PathNameRequestBody()
public PathNameRequestBody(PathNameRequestBody template)
template - object to copypublic String getFullPath()
public void setFullPath(String fullPath)
fullPath - string namepublic String toString()
toString in class AssetOwnerOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.