Class Dimension


  • public class Dimension
    extends Object
    Dimension of the metric.
    • Constructor Detail

      • Dimension

        public Dimension()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public Dimension withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the Dimension object itself.
      • displayName

        public String displayName()
        Get the displayName value.
        Returns:
        the displayName value
      • withDisplayName

        public Dimension withDisplayName​(String displayName)
        Set the displayName value.
        Parameters:
        displayName - the displayName value to set
        Returns:
        the Dimension object itself.
      • internalName

        public String internalName()
        Get the internalName value.
        Returns:
        the internalName value
      • withInternalName

        public Dimension withInternalName​(String internalName)
        Set the internalName value.
        Parameters:
        internalName - the internalName value to set
        Returns:
        the Dimension object itself.