Class ResourceMetricProperty


  • public class ResourceMetricProperty
    extends Object
    Resource metric property.
    • Constructor Detail

      • ResourceMetricProperty

        public ResourceMetricProperty()
    • Method Detail

      • key

        public String key()
        Get key for resource metric property.
        Returns:
        the key value
      • withKey

        public ResourceMetricProperty withKey​(String key)
        Set key for resource metric property.
        Parameters:
        key - the key value to set
        Returns:
        the ResourceMetricProperty object itself.
      • value

        public String value()
        Get value of pair.
        Returns:
        the value value
      • withValue

        public ResourceMetricProperty withValue​(String value)
        Set value of pair.
        Parameters:
        value - the value value to set
        Returns:
        the ResourceMetricProperty object itself.