com.ning.http.client
Class Param

java.lang.Object
  extended by com.ning.http.client.Param

public class Param
extends Object

A pair of (name, value) String

Author:
slandelle

Constructor Summary
Param(String name, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Param

public Param(String name,
             String value)
Method Detail

getName

public String getName()

getValue

public String getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014. All Rights Reserved.