public static final class DeviceManagementTroubleshootingEvent.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementTroubleshootingEvent.Builder |
additionalInformation(KeyValuePair... additionalInformation)
“A set of string key and string value pairs which provides additional information
on the Troubleshooting event”
|
DeviceManagementTroubleshootingEvent.Builder |
additionalInformation(List<KeyValuePair> additionalInformation)
“A set of string key and string value pairs which provides additional information
on the Troubleshooting event”
|
DeviceManagementTroubleshootingEvent.Builder |
additionalInformationNextLink(String additionalInformationNextLink)
“A set of string key and string value pairs which provides additional information
on the Troubleshooting event”
|
DeviceManagementTroubleshootingEvent |
build() |
DeviceManagementTroubleshootingEvent.Builder |
correlationId(String correlationId)
“Id used for tracing the failure in the service.”
|
DeviceManagementTroubleshootingEvent.Builder |
eventDateTime(OffsetDateTime eventDateTime)
“Time when the event occurred .”
|
DeviceManagementTroubleshootingEvent.Builder |
eventName(String eventName)
“Event Name corresponding to the Troubleshooting Event.
|
DeviceManagementTroubleshootingEvent.Builder |
id(String id) |
DeviceManagementTroubleshootingEvent.Builder |
troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
“Object containing detailed information about the error and its remediation.”
|
public DeviceManagementTroubleshootingEvent.Builder id(String id)
public DeviceManagementTroubleshootingEvent.Builder eventDateTime(OffsetDateTime eventDateTime)
eventDateTime - value of eventDateTime property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingEvent.Builder correlationId(String correlationId)
correlationId - value of correlationId property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingEvent.Builder troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
troubleshootingErrorDetails - value of troubleshootingErrorDetails property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingEvent.Builder eventName(String eventName)
eventName - value of eventName property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingEvent.Builder additionalInformation(List<KeyValuePair> additionalInformation)
additionalInformation - value of additionalInformation property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingEvent.Builder additionalInformation(KeyValuePair... additionalInformation)
additionalInformation - value of additionalInformation property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingEvent.Builder additionalInformationNextLink(String additionalInformationNextLink)
additionalInformationNextLink - value of additionalInformation@nextLink property (as defined in service metadata)this (for method chaining)public DeviceManagementTroubleshootingEvent build()
Copyright © 2018–2020. All rights reserved.