public class EnrollmentTroubleshootingEvent extends DeviceManagementTroubleshootingEvent implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
deviceId
The Device Id.
|
DeviceEnrollmentType |
enrollmentType
The Enrollment Type.
|
DeviceEnrollmentFailureReason |
failureCategory
The Failure Category.
|
java.lang.String |
failureReason
The Failure Reason.
|
java.lang.String |
managedDeviceIdentifier
The Managed Device Identifier.
|
java.lang.String |
operatingSystem
The Operating System.
|
java.lang.String |
osVersion
The Os Version.
|
java.lang.String |
userId
The User Id.
|
correlationId, eventDateTime| Constructor and Description |
|---|
EnrollmentTroubleshootingEvent() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="managedDeviceIdentifier") @Expose public java.lang.String managedDeviceIdentifier
@SerializedName(value="operatingSystem") @Expose public java.lang.String operatingSystem
@SerializedName(value="osVersion") @Expose public java.lang.String osVersion
@SerializedName(value="userId") @Expose public java.lang.String userId
@SerializedName(value="deviceId") @Expose public java.lang.String deviceId
@SerializedName(value="enrollmentType") @Expose public DeviceEnrollmentType enrollmentType
@SerializedName(value="failureCategory") @Expose public DeviceEnrollmentFailureReason failureCategory
@SerializedName(value="failureReason") @Expose public java.lang.String failureReason
public com.google.gson.JsonObject getRawObject()
getRawObject in class DeviceManagementTroubleshootingEventprotected ISerializer getSerializer()
getSerializer in class DeviceManagementTroubleshootingEventpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class DeviceManagementTroubleshootingEventserializer - the serializerjson - the JSON object to set this object to