Class PathNameRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
-
- All Implemented Interfaces:
Serializable
public class PathNameRequestBody extends AssetOwnerOMASAPIRequestBody
PathNameRequestBody carries the parameters for creating a new FolderProperties asset.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathNameRequestBody()Default constructorPathNameRequestBody(PathNameRequestBody template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.StringgetFullPath()Return the full path of the file - this should be unique.inthashCode()Return hash code for this objectvoidsetFullPath(String fullPath)Set up the full path of the file - this should be unique.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
PathNameRequestBody
public PathNameRequestBody()
Default constructor
-
PathNameRequestBody
public PathNameRequestBody(PathNameRequestBody template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getFullPath
public String getFullPath()
Return the full path of the file - this should be unique.- Returns:
- string name
-
setFullPath
public void setFullPath(String fullPath)
Set up the full path of the file - this should be unique.- Parameters:
fullPath- string name
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classAssetOwnerOMASAPIRequestBody- Returns:
- return string containing the property names and values
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-