Class UpdateElementRequestBody
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.UpdateElementRequestBody
Payload for patching an element
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare 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..inthashCode()Return hash code based on properties.voidsetComment(String comment) Set up a comment describing the element within its name space.voidsetNew_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. 
 -