Class MainContainer

java.lang.Object
ru.testit.models.MainContainer
All Implemented Interfaces:
Serializable

public class MainContainer extends Object implements Serializable
Model describes main container with.
See Also:
  • Constructor Details

    • MainContainer

      public MainContainer()
  • Method Details

    • getUuid

      public String getUuid()
      Gets uuid.
      Returns:
      the uuid
    • setUuid

      public MainContainer setUuid(String uuid)
      Sets uuid.
      Parameters:
      uuid - the value
      Returns:
      self for method chaining
    • getChildren

      public List<String> getChildren()
      Gets children.
      Returns:
      the children
    • setChildren

      public MainContainer setChildren(List<String> children)
      Sets children.
      Parameters:
      children - the children
      Returns:
      self for method chaining
    • getBeforeMethods

      public List<FixtureResult> getBeforeMethods()
      Gets beforeMethods.
      Returns:
      the beforeMethods
    • setBeforeMethods

      public MainContainer setBeforeMethods(List<FixtureResult> beforeMethods)
      Sets beforeMethods.
      Parameters:
      beforeMethods - the beforeMethods
      Returns:
      self for method chaining
    • getAfterMethods

      public List<FixtureResult> getAfterMethods()
      Gets afterMethods.
      Returns:
      the afterMethods
    • setAfterMethods

      public MainContainer setAfterMethods(List<FixtureResult> afterMethods)
      Sets afterMethods.
      Parameters:
      afterMethods - the afterMethods
      Returns:
      self for method chaining
    • getStart

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

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

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

      public MainContainer setStop(Long stop)
      Sets stop.
      Parameters:
      stop - the value
      Returns:
      self for method chaining
    • toString

      public String toString()
      Overrides:
      toString in class Object