Package org.libvirt

Class SchedLongParameter


  • public final class SchedLongParameter
    extends SchedParameter
    Class for representing a long int scheduler parameter
    Author:
    stoty
    • Field Detail

      • value

        public long value
        The parameter value
    • Constructor Detail

      • SchedLongParameter

        public SchedLongParameter()
      • SchedLongParameter

        public SchedLongParameter​(long value)
    • Method Detail

      • getType

        public int getType()
        Description copied from class: SchedParameter
        The type of the parameter
        Specified by:
        getType in class SchedParameter
        Returns:
        the Type of the parameter
      • getTypeAsString

        public java.lang.String getTypeAsString()
        Description copied from class: SchedParameter
        Utility function for displaying the type
        Specified by:
        getTypeAsString in class SchedParameter
        Returns:
        the Type of the parameter as string
      • getValueAsString

        public java.lang.String getValueAsString()
        Description copied from class: SchedParameter
        Utility function for displaying the value
        Specified by:
        getValueAsString in class SchedParameter
        Returns:
        the value of the parameter in String form