Package com.foxinmy.weixin4j.http
Class URLParameter
- java.lang.Object
-
- com.foxinmy.weixin4j.util.NameValue
-
- 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
Constructors Constructor Description URLParameter(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
encoding()
String
toString()
-