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()
    • 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)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object