Package org.libvirt

Class SchedUintParameter

java.lang.Object
org.libvirt.SchedParameter
org.libvirt.SchedUintParameter

public final class SchedUintParameter extends SchedParameter
Class for representing an unsigned int scheduler parameter
Author:
stoty
  • Field Details

    • value

      public int value
      The parameter value
  • Constructor Details

    • SchedUintParameter

      public SchedUintParameter()
    • SchedUintParameter

      public SchedUintParameter(int value)
  • Method Details

    • 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 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 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