public class RegistryKeyState extends java.lang.Object implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
RegistryHive |
hive
The Hive.
|
java.lang.String |
key
The Key.
|
java.lang.String |
oDataType |
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 |
---|---|
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="hive") @Expose public RegistryHive hive
@SerializedName(value="key") @Expose public java.lang.String key
@SerializedName(value="oldKey") @Expose public java.lang.String oldKey
@SerializedName(value="oldValueData") @Expose public java.lang.String oldValueData
@SerializedName(value="oldValueName") @Expose public java.lang.String oldValueName
@SerializedName(value="operation") @Expose public RegistryOperation operation
@SerializedName(value="processId") @Expose public java.lang.Integer processId
@SerializedName(value="valueData") @Expose public java.lang.String valueData
@SerializedName(value="valueName") @Expose public java.lang.String valueName
@SerializedName(value="valueType") @Expose public RegistryValueType valueType
public final AdditionalDataManager additionalDataManager()
IJsonBackedObject
additionalDataManager
in interface IJsonBackedObject
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to