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="currentValue",
alternate="CurrentValue")
@Expose
public java.lang.String currentValue
@SerializedName(value="errorCode",
alternate="ErrorCode")
@Expose
public java.lang.Long errorCode
@SerializedName(value="errorDescription",
alternate="ErrorDescription")
@Expose
public java.lang.String errorDescription
@SerializedName(value="instanceDisplayName",
alternate="InstanceDisplayName")
@Expose
public java.lang.String instanceDisplayName
@SerializedName(value="setting",
alternate="Setting")
@Expose
public java.lang.String setting
@SerializedName(value="settingName",
alternate="SettingName")
@Expose
public java.lang.String settingName
@SerializedName(value="sources",
alternate="Sources")
@Expose
public java.util.List<SettingSource> sources
@SerializedName(value="state",
alternate="State")
@Expose
public ComplianceStatus state
@SerializedName(value="userEmail",
alternate="UserEmail")
@Expose
public java.lang.String userEmail
@SerializedName(value="userId",
alternate="UserId")
@Expose
public java.lang.String userId
@SerializedName(value="userName",
alternate="UserName")
@Expose
public java.lang.String userName
@SerializedName(value="userPrincipalName",
alternate="UserPrincipalName")
@Expose
public java.lang.String userPrincipalName
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