Class Parameter

  • All Implemented Interfaces:
    Cloneable

    public class Parameter
    extends Object
    implements Cloneable
    The Class Parameter.
    • get-disable-ssl-verification
    • protocol-version
    • retries
    • timeout
    Author:
    Alejandro Galue
    • Constructor Detail

      • Parameter

        public Parameter()
        Instantiates a new parameter.
      • Parameter

        public Parameter​(String name,
                         String value)
        Instantiates a new parameter.
        Parameters:
        name - the name
        value - the value
      • Parameter

        public Parameter​(Parameter copy)
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name
      • setValue

        public void setValue​(String value)
        Sets the value.
        Parameters:
        value - the new value