Class ScheduledMaintenanceParameter


  • public class ScheduledMaintenanceParameter
    extends java.lang.Object
    This class defines a pair for scheduled maintenance parameter. Different commands require different parameters, every parameter has its own type it could be required/optional.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getType()  
      java.lang.String getValue()  
      void setType​(int _type)
      set the parameter type.
      void setValue​(java.lang.String _value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScheduledMaintenanceParameter

        public ScheduledMaintenanceParameter​(int _type,
                                             java.lang.String _value)
    • Method Detail

      • getType

        public int getType()
      • setType

        public void setType​(int _type)
        set the parameter type. Type could be 1,means int. Or 2 means String.
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String _value)