Class FixtureResult

    • Constructor Detail

      • FixtureResult

        public FixtureResult()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • setName

        public FixtureResult setName​(java.lang.String name)
        Sets name.
        Parameters:
        name - the value
        Returns:
        self for method chaining
      • getItemStatus

        public ItemStatus getItemStatus()
        Gets item status.
        Returns:
        the item status
      • setItemStatus

        public FixtureResult setItemStatus​(ItemStatus itemStatus)
        Sets item status.
        Parameters:
        itemStatus - the value
        Returns:
        self for method chaining
      • getItemStage

        public ItemStage getItemStage()
        Gets item stage.
        Returns:
        the item stage
      • setItemStage

        public FixtureResult setItemStage​(ItemStage itemStage)
        Sets item stage.
        Parameters:
        itemStage - the value
        Returns:
        self for method chaining
      • getDescription

        public java.lang.String getDescription()
        Gets description.
        Returns:
        the description
      • setDescription

        public FixtureResult setDescription​(java.lang.String description)
        Sets description.
        Parameters:
        description - the value
        Returns:
        self for method chaining
      • getAttachments

        public java.util.List<java.lang.String> getAttachments()
        Gets attachments.
        Specified by:
        getAttachments in interface ResultWithAttachments
        Returns:
        the attachments
      • setAttachments

        public FixtureResult setAttachments​(java.util.List<java.lang.String> attachments)
        Sets attachments.
        Parameters:
        attachments - the attachments
        Returns:
        self for method chaining
      • setSteps

        public FixtureResult setSteps​(java.util.List<StepResult> steps)
        Sets steps.
        Parameters:
        steps - the steps
        Returns:
        self for method chaining
      • getLinkItems

        public java.util.List<LinkItem> getLinkItems()
        Gets links.
        Returns:
        the links
      • setLinkItems

        public FixtureResult setLinkItems​(java.util.List<LinkItem> linkItems)
        Sets links.
        Parameters:
        linkItems - the steps
        Returns:
        self for method chaining
      • getParent

        public java.lang.String getParent()
        Gets parent.
        Returns:
        the parent
      • setParent

        public FixtureResult setParent​(java.lang.String parent)
        Sets parent.
        Parameters:
        parent - the value
        Returns:
        self for method chaining
      • getStart

        public java.lang.Long getStart()
        Gets start.
        Returns:
        the start
      • setStart

        public FixtureResult setStart​(java.lang.Long start)
        Sets start.
        Parameters:
        start - the value
        Returns:
        self for method chaining
      • getStop

        public java.lang.Long getStop()
        Gets stop.
        Returns:
        the stop
      • setStop

        public FixtureResult setStop​(java.lang.Long stop)
        Sets stop.
        Parameters:
        stop - the value
        Returns:
        self for method chaining
      • getParameters

        public java.util.Map<java.lang.String,​java.lang.String> getParameters()
        Gets parameters.
        Returns:
        the parameters
      • setParameters

        public FixtureResult setParameters​(java.util.Map<java.lang.String,​java.lang.String> parameters)
        Sets parameters.
        Parameters:
        parameters - the value
        Returns:
        self for method chaining
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object