Class RunId


  • public class RunId
    extends Object
    This class define a run run identifier.
    Since:
    3.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • RunId

        protected RunId()
        Constructor for Gson
      • RunId

        public RunId​(String id)
        Public constructor.
        Parameters:
        id - the identifier of the run
      • RunId

        public RunId​(String id,
                     String originalId)
        Public constructor.
        Parameters:
        id - the identifier of the run
        originalId - original run identifier
    • Method Detail

      • getId

        public String getId()
        Get the id of the run.
        Returns:
        the id of the run
      • getOriginalRunId

        public String getOriginalRunId()
        Get the id of the run.
        Returns:
        the id of the run
      • isOriginalId

        public boolean isOriginalId()
        Test if the run Id is the original run Id.
        Returns:
        true if the run Id is the original run Id
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object