Class ThresholdResourceType


  • public class ThresholdResourceType
    extends java.lang.Object

    ThresholdResourceType class.

    Version:
    $Id: $
    Author:
    Mathew Brozowski
    • Constructor Summary

      Constructors 
      Constructor Description
      ThresholdResourceType​(java.lang.String type)
      Constructor for ThresholdResourceType.
    • Constructor Detail

      • ThresholdResourceType

        public ThresholdResourceType​(java.lang.String type)

        Constructor for ThresholdResourceType.

        Parameters:
        type - a String object.
    • Method Detail

      • getDsType

        public java.lang.String getDsType()

        getDsType

        Returns:
        a String object.
      • getThresholdMap

        public java.util.Map<java.lang.String,​java.util.Set<ThresholdEntity>> getThresholdMap()

        getThresholdMap

        Returns:
        a Map object.
      • setThresholdMap

        public void setThresholdMap​(java.util.Map<java.lang.String,​java.util.Set<ThresholdEntity>> thresholdMap)

        setThresholdMap

        Parameters:
        thresholdMap - a Map object.