Class Params.Param

  • All Implemented Interfaces:
    org.apache.http.NameValuePair
    Enclosing class:
    Params

    public static class Params.Param
    extends org.apache.jena.atlas.lib.Pair<java.lang.String,​java.lang.String>
    implements org.apache.http.NameValuePair
    • Constructor Summary

      Constructors 
      Constructor Description
      Param​(java.lang.String name, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getValue()  
      • Methods inherited from class org.apache.jena.atlas.lib.Pair

        car, cdr, create, equalElts, equals, getLeft, getRight, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Param

        public Param​(java.lang.String name,
                     java.lang.String value)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.apache.http.NameValuePair
      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface org.apache.http.NameValuePair