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

public class InstancePropertiesRequest extends OMRSAPIRequest
InstancePropertiesRequest carries the properties needed to update an entity, relationship or classification.
See Also:
  • Constructor Details

    • InstancePropertiesRequest

      public InstancePropertiesRequest()
      Default constructor
    • InstancePropertiesRequest

      public InstancePropertiesRequest(InstancePropertiesRequest template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getInstanceProperties

      public InstanceProperties getInstanceProperties()
      Return the list of properties for the new entity.
      Returns:
      instance properties object
    • setInstanceProperties

      public void setInstanceProperties(InstanceProperties instanceProperties)
      Set up the initial properties for the entity.
      Parameters:
      instanceProperties - InstanceProperties object
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class Object
      Returns:
      int hash code