public class DeviceConfigurationSettingState extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
currentValue
The Current Value.
|
java.lang.Long |
errorCode
The Error Code.
|
java.lang.String |
errorDescription
The Error Description.
|
java.lang.String |
instanceDisplayName
The Instance Display Name.
|
java.lang.String |
oDataType |
java.lang.String |
setting
The Setting.
|
java.lang.String |
settingName
The Setting Name.
|
java.util.List<SettingSource> |
sources
The Sources.
|
ComplianceStatus |
state
The State.
|
java.lang.String |
userEmail
The User Email.
|
java.lang.String |
userId
The User Id.
|
java.lang.String |
userName
The User Name.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
| Constructor and Description |
|---|
DeviceConfigurationSettingState() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
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
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="setting") @Expose public java.lang.String setting
@SerializedName(value="settingName") @Expose public java.lang.String settingName
@SerializedName(value="instanceDisplayName") @Expose public java.lang.String instanceDisplayName
@SerializedName(value="state") @Expose public ComplianceStatus state
@SerializedName(value="errorCode") @Expose public java.lang.Long errorCode
@SerializedName(value="errorDescription") @Expose public java.lang.String errorDescription
@SerializedName(value="userId") @Expose public java.lang.String userId
@SerializedName(value="userName") @Expose public java.lang.String userName
@SerializedName(value="userEmail") @Expose public java.lang.String userEmail
@SerializedName(value="userPrincipalName") @Expose public java.lang.String userPrincipalName
@SerializedName(value="sources") @Expose public java.util.List<SettingSource> sources
@SerializedName(value="currentValue") @Expose public java.lang.String currentValue
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to