public class RegistryKeyState
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
RegistryHive |
hive
The Hive.
|
java.lang.String |
key
The Key.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
oldKey
The Old Key.
|
java.lang.String |
oldValueData
The Old Value Data.
|
java.lang.String |
oldValueName
The Old Value Name.
|
RegistryOperation |
operation
The Operation.
|
java.lang.Integer |
processId
The Process Id.
|
java.lang.String |
valueData
The Value Data.
|
java.lang.String |
valueName
The Value Name.
|
RegistryValueType |
valueType
The Value Type.
|
| Constructor and Description |
|---|
RegistryKeyState() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="hive",
alternate="Hive")
@Expose
@Nullable
public RegistryHive hive
@SerializedName(value="key",
alternate="Key")
@Expose
@Nullable
public java.lang.String key
@SerializedName(value="oldKey",
alternate="OldKey")
@Expose
@Nullable
public java.lang.String oldKey
@SerializedName(value="oldValueData",
alternate="OldValueData")
@Expose
@Nullable
public java.lang.String oldValueData
@SerializedName(value="oldValueName",
alternate="OldValueName")
@Expose
@Nullable
public java.lang.String oldValueName
@SerializedName(value="operation",
alternate="Operation")
@Expose
@Nullable
public RegistryOperation operation
@SerializedName(value="processId",
alternate="ProcessId")
@Expose
@Nullable
public java.lang.Integer processId
@SerializedName(value="valueData",
alternate="ValueData")
@Expose
@Nullable
public java.lang.String valueData
@SerializedName(value="valueName",
alternate="ValueName")
@Expose
@Nullable
public java.lang.String valueName
@SerializedName(value="valueType",
alternate="ValueType")
@Expose
@Nullable
public RegistryValueType valueType
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to