Class BlockerDeclaration

    • Constructor Detail

      • BlockerDeclaration

        public BlockerDeclaration()
    • Method Detail

      • setName

        public void setName​(String name)

        Reserved for future use.

        Parameters:
        name - Reserved for future use.
      • getName

        public String getName()

        Reserved for future use.

        Returns:
        Reserved for future use.
      • withName

        public BlockerDeclaration withName​(String name)

        Reserved for future use.

        Parameters:
        name - Reserved for future use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType​(String type)

        Reserved for future use.

        Parameters:
        type - Reserved for future use.
        See Also:
        BlockerType
      • getType

        public String getType()

        Reserved for future use.

        Returns:
        Reserved for future use.
        See Also:
        BlockerType
      • withType

        public BlockerDeclaration withType​(String type)

        Reserved for future use.

        Parameters:
        type - Reserved for future use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BlockerType
      • setType

        public void setType​(BlockerType type)

        Reserved for future use.

        Parameters:
        type - Reserved for future use.
        See Also:
        BlockerType
      • withType

        public BlockerDeclaration withType​(BlockerType type)

        Reserved for future use.

        Parameters:
        type - Reserved for future use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BlockerType
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object