public class WeChatPayResponseData extends Object
| Constructor and Description |
|---|
WeChatPayResponseData() |
| Modifier and Type | Method and Description |
|---|---|
GroupStringPair |
getAllData() |
Boolean |
getBoolean(String key) |
Date |
getDate(String key) |
List<StringPair> |
getOrderedParameters(String... skipKeys) |
List<StringPair> |
getSortedParameters(String... skipKeys) |
String |
getString(String key) |
static WeChatPayResponseData |
parse(String text) |
public static WeChatPayResponseData parse(String text) throws ParserConfigurationException, SAXException, IOException
public GroupStringPair getAllData()
public Date getDate(String key) throws ParseException
ParseExceptionpublic List<StringPair> getSortedParameters(String... skipKeys)
public List<StringPair> getOrderedParameters(String... skipKeys)
Copyright © 2017. All rights reserved.