Package org.killbill.billing.jaxrs.json
Class GatewayNotificationJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.JsonBase
-
- org.killbill.billing.jaxrs.json.GatewayNotificationJson
-
public class GatewayNotificationJson extends JsonBase
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetEntity()Map<String,List<String>>getHeaders()UUIDgetKbPaymentId()Map<String,Object>getProperties()IntegergetStatus()inthashCode()javax.ws.rs.core.ResponsetoResponse()StringtoString()-
Methods inherited from class org.killbill.billing.jaxrs.json.JsonBase
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toString
-
-
-
-
Constructor Detail
-
GatewayNotificationJson
public GatewayNotificationJson(UUID kbPaymentId, Integer status, String entity, Map<String,List<String>> headers, Map<String,Object> properties)
-
GatewayNotificationJson
public GatewayNotificationJson(org.killbill.billing.payment.plugin.api.GatewayNotification notification)
-
-