Class TaskResultRecord

java.lang.Object
com.ringcentral.definitions.TaskResultRecord

public class TaskResultRecord extends Object
  • Field Details

    • id

      public String id
      Internal identifier of the created/updated element - wireless point or network switch
    • bssid

      public String bssid
      Unique 48-bit identifier of the wireless access point complying with MAC address conventions. Returned only for 'Wireless Points Bulk Create' tasks
    • chassisId

      public String chassisId
      Unique identifier of a network switch. Returned only for 'Switches Bulk Create' tasks
    • port

      public String port
      Switch entity extension for better diversity. Should be used together with chassisId.
    • status

      public String status
      Operation status
    • errors

      public TaskResultRecordErrorsInfo[] errors
  • Constructor Details

    • TaskResultRecord

      public TaskResultRecord()
  • Method Details