Class IpResourceSubscribeEvent

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.IpResourceSubscribeEvent
All Implemented Interfaces:
java.io.Serializable

public class IpResourceSubscribeEvent
extends ru.bitel.bgbilling.kernel.event.common.PoolQueueEvent
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event

    CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected IpResourceSubscribeEvent()  
      IpResourceSubscribeEvent​(PoolEventPublisher<IpResourceUnsubscribeEvent> publisher, int subscriberType, int subscriberId, java.lang.String subscriberTitle, java.util.Set<java.lang.Integer> categorieIds, int ipResourceId, java.util.Date timeFrom, long connectionId, byte[] address)  
  • Method Summary

    Modifier and Type Method Description
    byte[] getAddress()  
    java.util.Set<java.lang.Integer> getCategorieIds()  
    long getConnectionId()  
    int getIpResourceId()  
    java.lang.String getSubscriberTitle()  
    int getSubscriberType()  
    java.util.Date getTimeFrom()  
    void setAddress​(byte[] address)  

    Methods inherited from class ru.bitel.bgbilling.kernel.event.common.Event

    getContractId, getDestination, getGenerateTime, getMessageID, getModuleId, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, setMessageID, toString, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IpResourceSubscribeEvent

      protected IpResourceSubscribeEvent()
    • IpResourceSubscribeEvent

      public IpResourceSubscribeEvent​(PoolEventPublisher<IpResourceUnsubscribeEvent> publisher, int subscriberType, int subscriberId, java.lang.String subscriberTitle, java.util.Set<java.lang.Integer> categorieIds, int ipResourceId, java.util.Date timeFrom, long connectionId, byte[] address)
  • Method Details

    • getAddress

      public byte[] getAddress()
    • setAddress

      public void setAddress​(byte[] address)
    • getSubscriberType

      public int getSubscriberType()
    • getSubscriberTitle

      public java.lang.String getSubscriberTitle()
    • getCategorieIds

      public java.util.Set<java.lang.Integer> getCategorieIds()
    • getIpResourceId

      public int getIpResourceId()
    • getTimeFrom

      public java.util.Date getTimeFrom()
    • getConnectionId

      public long getConnectionId()