Class NotificationJson


  • public class NotificationJson
    extends Object
    • Constructor Detail

      • NotificationJson

        public NotificationJson​(String eventType,
                                UUID accountId,
                                String objectType,
                                UUID objectId,
                                String metaData)
      • NotificationJson

        public NotificationJson​(org.killbill.billing.notification.plugin.api.ExtBusEvent event)
    • Method Detail

      • getEventType

        public String getEventType()
      • getAccountId

        public UUID getAccountId()
      • getObjectType

        public String getObjectType()
      • getObjectId

        public UUID getObjectId()
      • getMetaData

        public String getMetaData()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object