Class InstanceGraphRequest

java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
org.odpi.openmetadata.repositoryservices.rest.properties.InstanceGraphRequest
All Implemented Interfaces:
Serializable

public class InstanceGraphRequest extends OMRSAPIRequest
InstanceGraphRequest is the request structure for an OMRS REST API call that sends an instance graph object.
See Also:
  • Constructor Details

    • InstanceGraphRequest

      public InstanceGraphRequest()
      Default constructor
    • InstanceGraphRequest

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

    • getEntityElementList

      public List<EntityDetail> getEntityElementList()
      Return the list of entities stored in the graph.
      Returns:
      list of entities
    • setEntityElementList

      public void setEntityElementList(List<EntityDetail> entityElementList)
      Set up the list of entities stored in the graph.
      Parameters:
      entityElementList - list of entities
    • getRelationshipElementList

      public List<Relationship> getRelationshipElementList()
      Return the list of relationships that are part of this instance graph.
      Returns:
      list of relationships
    • setRelationshipElementList

      public void setRelationshipElementList(List<Relationship> relationshipElementList)
      Set up the list of relationships that are part of this instance graph.
      Parameters:
      relationshipElementList - list of relationships
    • 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