Class EventHubEventData

java.lang.Object
com.emc.documentum.rest.model.EventHubEventData

public class EventHubEventData extends Object
  • Constructor Details

    • EventHubEventData

      public EventHubEventData()
  • Method Details

    • getEventCategory

      public String getEventCategory()
    • setEventCategory

      public void setEventCategory(String eventCategory)
    • getEventName

      public String getEventName()
    • setEventName

      public void setEventName(String eventName)
    • getEventLevel

      public Integer getEventLevel()
    • setEventLevel

      public void setEventLevel(Integer eventLevel)
    • getData

      public String getData()
    • setData

      public void setData(String data)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getObjectId

      public String getObjectId()
    • setObjectId

      public void setObjectId(String objectId)
    • getDuration

      public long getDuration()
    • setDuration

      public void setDuration(long duration)
    • getAppName

      public String getAppName()
    • setAppName

      public void setAppName(String appName)
    • getClientIp

      public String getClientIp()
    • setClientIp

      public void setClientIp(String clientIp)
    • getClientLocationInfo

      public String getClientLocationInfo()
    • setClientLocationInfo

      public void setClientLocationInfo(String clientLocationInfo)
    • isSynchronous

      public boolean isSynchronous()
    • setSynchronous

      public void setSynchronous(boolean synchronous)
    • getEventFields

      public List<Attribute<?>> getEventFields()
    • setEventFields

      public void setEventFields(List<Attribute<?>> eventFields)