Class Arg


  • public class Arg
    extends java.lang.Object
    Represents a single argument for JMX operations.
    • Constructor Summary

      Constructors 
      Constructor Description
      Arg()
      Constructs a new Arg.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()
      Returns the argument type.
      java.lang.String getValue()
      Returns the argument value.
      void setType​(java.lang.String type)
      Sets the argument type.
      void setValue​(java.lang.String value)
      Sets the argument value.
      • Methods inherited from class java.lang.Object

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

      • Arg

        public Arg()
        Constructs a new Arg.
    • Method Detail

      • setType

        public void setType​(java.lang.String type)
        Sets the argument type.
        Parameters:
        type - the argument type
      • setValue

        public void setValue​(java.lang.String value)
        Sets the argument value.
        Parameters:
        value - the argument value
      • getValue

        public java.lang.String getValue()
        Returns the argument value.
        Returns:
        the argument value
      • getType

        public java.lang.String getType()
        Returns the argument type.
        Returns:
        the argument type