Class IpResourceUnsubscribeEvent

java.lang.Object
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.common.QueueEvent
ru.bitel.bgbilling.kernel.event.common.PoolQueueEvent
ru.bitel.oss.systems.inventory.resource.common.event.IpResourceUnsubscribeEvent
All Implemented Interfaces:
Serializable

public class IpResourceUnsubscribeEvent extends ru.bitel.bgbilling.kernel.event.common.PoolQueueEvent
See Also:
  • Constructor Details

    • IpResourceUnsubscribeEvent

      protected IpResourceUnsubscribeEvent()
    • IpResourceUnsubscribeEvent

      public IpResourceUnsubscribeEvent(PoolEventPublisher<IpResourceUnsubscribeEvent> publisher, int subscriberType, int subscriberId, int ipResourceId, Date timeTo, long connectionId, byte[] address)
  • Method Details

    • getAddress

      public byte[] getAddress()
    • setAddress

      public void setAddress(byte[] address)
    • getSubscriberType

      public int getSubscriberType()
    • getIpResourceId

      public int getIpResourceId()
    • getTimeTo

      public Date getTimeTo()
    • getConnectionId

      public long getConnectionId()