public class CallbackXmlResponse extends Object implements CallbackResponse, XmlEntity
| Modifier and Type | Field and Description |
|---|---|
private String |
encrypt |
private String |
msgSignature |
private String |
nonce |
private String |
timeStamp |
| Constructor and Description |
|---|
CallbackXmlResponse(String encrypt,
String msgSignature,
String timeStamp,
String nonce) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncrypt() |
String |
getMsgSignature() |
String |
getNonce() |
String |
getTimeStamp() |
String |
toString() |
Copyright © 2025. All rights reserved.