Class PathNameRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
PathNameRequestBody carries the parameters for creating a new FolderProperties asset.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorPathNameRequestBody(PathNameRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.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.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:
toStringin 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
-