com.foxinmy.weixin4j.http
Class URLParameter

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

public class URLParameter
extends NameValue

键值对参数

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

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

Constructor Detail

URLParameter

public URLParameter(String name,
                    String value)
Method Detail

encoding

public String encoding()

toString

public String toString()
Overrides:
toString in class NameValue


Copyright © 2014–2017. All rights reserved.