Class InstancePropertiesRequest
java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
org.odpi.openmetadata.repositoryservices.rest.properties.InstancePropertiesRequest
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ProxyClassificationRequest
InstancePropertiesRequest carries the properties needed to update an entity, relationship or classification.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor - 
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the list of properties for the new entity.inthashCode()Create a hash code for this element type.voidsetInstanceProperties(InstanceProperties instanceProperties) Set up the initial properties for the entity.toString()Standard toString method. 
- 
Constructor Details
- 
InstancePropertiesRequest
public InstancePropertiesRequest()Default constructor - 
InstancePropertiesRequest
Copy/clone constructor- Parameters:
 template- object to copy
 
 - 
 - 
Method Details
- 
getInstanceProperties
Return the list of properties for the new entity.- Returns:
 - instance properties object
 
 - 
setInstanceProperties
Set up the initial properties for the entity.- Parameters:
 instanceProperties- InstanceProperties object
 - 
toString
Standard toString method. - 
equals
Compare the values of the supplied object with those stored in the current object. - 
hashCode
public int hashCode()Create a hash code for this element type. 
 -