Class UpdateElementRequestBody
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.UpdateElementRequestBody
Payload for patching an element
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return a comment describing the element within its name space.Return the unique name of the element within its name space..int
hashCode()
Return hash code based on properties.void
setComment
(String comment) Set up a comment describing the element within its name space.void
setNew_name
(String new_name) Set up the unique name of the element within its name space.toString()
Standard toString method.
-
Constructor Details
-
UpdateElementRequestBody
public UpdateElementRequestBody()
-
-
Method Details
-
getNew_name
Return the unique name of the element within its name space..- Returns:
- string
-
setNew_name
Set up the unique name of the element within its name space.- Parameters:
new_name
- string name
-
getComment
Return a comment describing the element within its name space.- Returns:
- text
-
setComment
Set up a comment describing the element within its name space.- Parameters:
comment
- text
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-