Class EnvironmentTier

    • Constructor Detail

      • EnvironmentTier

        public EnvironmentTier()
    • Method Detail

      • setName

        public void setName​(String name)

        The name of this environment tier.

        Parameters:
        name - The name of this environment tier.
      • getName

        public String getName()

        The name of this environment tier.

        Returns:
        The name of this environment tier.
      • withName

        public EnvironmentTier withName​(String name)

        The name of this environment tier.

        Parameters:
        name - The name of this environment tier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType​(String type)

        The type of this environment tier.

        Parameters:
        type - The type of this environment tier.
      • getType

        public String getType()

        The type of this environment tier.

        Returns:
        The type of this environment tier.
      • withType

        public EnvironmentTier withType​(String type)

        The type of this environment tier.

        Parameters:
        type - The type of this environment tier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVersion

        public void setVersion​(String version)

        The version of this environment tier.

        Parameters:
        version - The version of this environment tier.
      • getVersion

        public String getVersion()

        The version of this environment tier.

        Returns:
        The version of this environment tier.
      • withVersion

        public EnvironmentTier withVersion​(String version)

        The version of this environment tier.

        Parameters:
        version - The version of this environment tier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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