Class TyrusExtension.TyrusParameter

    • Constructor Summary

      Constructors 
      Constructor Description
      TyrusParameter​(java.lang.String name, java.lang.String value)
      Create Extension.Parameter with name and value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Return the name of the extension parameter.
      java.lang.String getValue()
      Return the value of the extension parameter.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • TyrusParameter

        public TyrusParameter​(java.lang.String name,
                              java.lang.String value)
        Create Extension.Parameter with name and value.
        Parameters:
        name - parameter name.
        value - parameter value.
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Extension.Parameter
        Return the name of the extension parameter.
        Specified by:
        getName in interface Extension.Parameter
        Returns:
        the name of the parameter.
      • getValue

        public java.lang.String getValue()
        Description copied from interface: Extension.Parameter
        Return the value of the extension parameter.
        Specified by:
        getValue in interface Extension.Parameter
        Returns:
        the value of the parameter.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object