com.foxinmy.weixin4j.util
Class NameValue

java.lang.Object
  extended by com.foxinmy.weixin4j.util.NameValue
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
URLParameter

public class NameValue
extends Object
implements Serializable

name-value

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Constructor Summary
NameValue(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameValue

public NameValue(String name,
                 String value)
Method Detail

getName

public String getName()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.