java.lang.Object
security.whisper.javastix.graph.elements.EdgeData

public class EdgeData extends Object
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getTarget

      public String getTarget()
    • setTarget

      public void setTarget(String target)
    • getJsonData

      public Object getJsonData()
    • setJsonData

      public void setJsonData(Object jsonData)
    • getEdgeLabel

      public String getEdgeLabel()
    • setEdgeLabel

      public void setEdgeLabel(String edgeLabel)
    • getAdditionalProperties

      public HashMap<String,Object> getAdditionalProperties()
    • setAdditionalProperties

      public void setAdditionalProperties(HashMap<String,Object> additionalProperties)