Class PathNameRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
- All Implemented Interfaces:
Serializable
PathNameRequestBody carries the parameters for creating a new FolderProperties asset.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorPathNameRequestBody
(PathNameRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the full path of the file - this should be unique.int
hashCode()
Return hash code for this objectvoid
setFullPath
(String fullPath) Set up the full path of the file - this should be unique.toString()
JSON-style toString
-
Constructor Details
-
PathNameRequestBody
public PathNameRequestBody()Default constructor -
PathNameRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getFullPath
Return the full path of the file - this should be unique.- Returns:
- string name
-
setFullPath
Set up the full path of the file - this should be unique.- Parameters:
fullPath
- string name
-
toString
JSON-style toString- Overrides:
toString
in classAssetOwnerOMASAPIRequestBody
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-