Class ActionThresholds


  • public class ActionThresholds
    extends java.lang.Object
    Thresholds that have to be met when executing an action of a certain type.
    Since:
    0.0.1
    • Constructor Detail

      • ActionThresholds

        public ActionThresholds​(int deployment,
                                int keyManagement)
      • ActionThresholds

        public ActionThresholds()
    • Method Detail

      • getDeployment

        public int getDeployment()
        deployment(Integer)
      • getKeyManagement

        public int getKeyManagement()
        key_management(Integer)
      • setDeployment

        public void setDeployment​(int deployment)
        deployment(Integer)
      • setKeyManagement

        public void setKeyManagement​(int keyManagement)
        key_management(Integer)