Class ComputeType

    • Constructor Detail

      • ComputeType

        public ComputeType()
    • Method Detail

      • setName

        public void setName​(String name)

        The name of the compute type for the bundle.

        Parameters:
        name - The name of the compute type for the bundle.
        See Also:
        Compute
      • getName

        public String getName()

        The name of the compute type for the bundle.

        Returns:
        The name of the compute type for the bundle.
        See Also:
        Compute
      • withName

        public ComputeType withName​(String name)

        The name of the compute type for the bundle.

        Parameters:
        name - The name of the compute type for the bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Compute
      • setName

        public void setName​(Compute name)

        The name of the compute type for the bundle.

        Parameters:
        name - The name of the compute type for the bundle.
        See Also:
        Compute
      • withName

        public ComputeType withName​(Compute name)

        The name of the compute type for the bundle.

        Parameters:
        name - The name of the compute type for the bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Compute
      • 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