Class ServiceProviderDeviceManagementEventEventTableRow

java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderDeviceManagementEventEventTableRow
All Implemented Interfaces:
BroadWorksTableRow, Serializable

public class ServiceProviderDeviceManagementEventEventTableRow extends Object implements BroadWorksTableRow, Serializable
Response to ServiceProviderDeviceManagementEventGetListRequest22. Contains a table with column headings: "Event Id", "Status", "Action", "Level", "Type", "Additional Info", "Is Local", "Completion %", "Pushed/ Same Hash/ Not Pushed", "Login Id", "Start Time", "Process Time", "Rx Time", "Total Time", "Request", "Priority". "Event Id" is a unique identifer for the event. "Status" can be: Pending, Queued, In Progress, Process On Other Host, Stale, Completed, Canceled. "Action" can be: Delete, Download, Rebuild, Reset, Upload. "Level" can be: Device, Device Type, Device Type Group, Group, User. "Type" can be: Automatic, Manual. "Additional Info" includes the affected device type, device or group. It depends on the level of the event: Device Profile: "Device Name" "Service Provider Id" "Group Id" Device Type: "Device Type Name" Device Type Service Provider: "Service Provider Id" "Device Type Name" Service Provider: "Service Provider Id" Device Type Group: "Service Provider Id" "Group Id" "Device Type Name" Group: "Service Provider Id" "Group Id" User: "User Id" "Is Local" is set to "yes" if the event is processed on the server who received the request, "no" otherwise meaning that the event is processed on another server. "Completion %" provides an estimate of the completion of the event. A percentage is given, the current number of completed expanded event, and the total number of expanded event. "Pushed/ Same Hash/ Not Pushed" gives the total number of files that were pushed, not pushed because of same hash, and not pushed when processing the event. "LoginId" is the user or admin id who triggered the event. "Start Time" is the date when the event's processing started. The display shows the month, day, hours, minutes, and seconds (MM-dd hh:mm:ss). "Process Time" is the time taken to process the event in hours, minutes, seconds, and milliseconds (hhhh:mm:ss.SSS). "Rx Time" is the date when the event was received via OCI-P and stored in the system. The display shows the month, day, hours, minutes, and seconds (MM-dd hh:mm:ss). "Total Time" is the total time the event was in the system, from the moment it was received and stored until its processing ended, in hours, minutes, seconds, and milliseconds (hhhh:mm:ss.SSS). "Request" is the name of the OCI-P request that triggered the event. "Priority" is the priority of the event.
Author:
AlpacaGenerator
See Also:
  • Constructor Details

    • ServiceProviderDeviceManagementEventEventTableRow

      public ServiceProviderDeviceManagementEventEventTableRow()
  • Method Details

    • getEventId

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getLevel

      public String getLevel()
    • setLevel

      public void setLevel(String level)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getAdditionalInfo

      public String getAdditionalInfo()
    • setAdditionalInfo

      public void setAdditionalInfo(String additionalInfo)
    • getIsLocal

      public String getIsLocal()
    • setIsLocal

      public void setIsLocal(String isLocal)
    • getCompletion

      public String getCompletion()
    • setCompletion

      public void setCompletion(String completion)
    • getPushedSameHashNotPushed

      public String getPushedSameHashNotPushed()
    • setPushedSameHashNotPushed

      public void setPushedSameHashNotPushed(String pushedSameHashNotPushed)
    • getLoginId

      public String getLoginId()
    • setLoginId

      public void setLoginId(String loginId)
    • getStartTime

      public String getStartTime()
    • setStartTime

      public void setStartTime(String startTime)
    • getProcessTime

      public String getProcessTime()
    • setProcessTime

      public void setProcessTime(String processTime)
    • getRxTime

      public String getRxTime()
    • setRxTime

      public void setRxTime(String rxTime)
    • getTotalTime

      public String getTotalTime()
    • setTotalTime

      public void setTotalTime(String totalTime)
    • getRequest

      public String getRequest()
    • setRequest

      public void setRequest(String request)
    • getPriority

      public String getPriority()
    • setPriority

      public void setPriority(String priority)
    • getFromNode

      Creates the OCI Table Row with the given Node
      Parameters:
      n - The Node to parse for the OCI Table
    • getFromNodeArray

      Creates the OCI Table Type Array with the given NodeArray
      Parameters:
      nodeArray - The NodeArray to parse for the OCI Table
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object