Class OriginIdentifier

java.lang.Object
com.i2group.disco.model.OriginIdentifier

public final class OriginIdentifier extends Object
A container for information that uniquely identifies an i2 Analyze record.
Since:
10.0
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getKeys

      public Collection<String> getKeys()
      Gets Strings that collectively identify the data for the i2 Analyze record in its source.
      Returns:
      See above.
    • getType

      public String getType()
      Gets a String that contains the type of the data source that was the origin for data in the i2 Analyze record.
      Returns:
      See above.
    • getItemTypeId

      public String getItemTypeId()
      Gets a String that contains the identifier of the item type of the i2 Analyze record with this OriginIdentifier.
      Returns:
      See above.