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="deviceId",
alternate="DeviceId")
@Expose
public java.lang.String deviceId
@SerializedName(value="enrollmentType",
alternate="EnrollmentType")
@Expose
public DeviceEnrollmentType enrollmentType
@SerializedName(value="failureCategory",
alternate="FailureCategory")
@Expose
public DeviceEnrollmentFailureReason failureCategory
@SerializedName(value="failureReason",
alternate="FailureReason")
@Expose
public java.lang.String failureReason
@SerializedName(value="managedDeviceIdentifier",
alternate="ManagedDeviceIdentifier")
@Expose
public java.lang.String managedDeviceIdentifier
@SerializedName(value="operatingSystem",
alternate="OperatingSystem")
@Expose
public java.lang.String operatingSystem
@SerializedName(value="osVersion",
alternate="OsVersion")
@Expose
public java.lang.String osVersion
@SerializedName(value="userId",
alternate="UserId")
@Expose
public java.lang.String userId
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