public class GatewayNotificationJson extends JsonBase
| Constructor and Description |
|---|
GatewayNotificationJson(GatewayNotification notification) |
GatewayNotificationJson(String kbPaymentId,
Integer status,
String entity,
Map<String,List<String>> headers,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEntity() |
Map<String,List<String>> |
getHeaders() |
String |
getKbPaymentId() |
Map<String,String> |
getProperties() |
Integer |
getStatus() |
int |
hashCode() |
javax.ws.rs.core.Response |
toResponse() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic GatewayNotificationJson(String kbPaymentId, Integer status, String entity, Map<String,List<String>> headers, Map<String,String> properties)
public GatewayNotificationJson(GatewayNotification notification)
Copyright © 2010-2014. All Rights Reserved.