public class RegistryKeyState extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryKeyState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected RegistryHive |
hive |
protected String |
key |
protected String |
odataType |
protected String |
oldKey |
protected String |
oldValueData |
protected String |
oldValueName |
protected RegistryOperation |
operation |
protected Integer |
processId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
valueData |
protected String |
valueName |
protected RegistryValueType |
valueType |
| Modifier | Constructor and Description |
|---|---|
protected |
RegistryKeyState() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected RegistryHive hive
protected String key
protected String oldKey
protected String oldValueData
protected String oldValueName
protected RegistryOperation operation
protected Integer processId
protected String valueData
protected String valueName
protected RegistryValueType valueType
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<RegistryHive> getHive()
public RegistryKeyState withHive(RegistryHive hive)
public RegistryKeyState withKey(String key)
public RegistryKeyState withOldKey(String oldKey)
public RegistryKeyState withOldValueData(String oldValueData)
public RegistryKeyState withOldValueName(String oldValueName)
public Optional<RegistryOperation> getOperation()
public RegistryKeyState withOperation(RegistryOperation operation)
public RegistryKeyState withProcessId(Integer processId)
public RegistryKeyState withValueData(String valueData)
public RegistryKeyState withValueName(String valueName)
public Optional<RegistryValueType> getValueType()
public RegistryKeyState withValueType(RegistryValueType valueType)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static RegistryKeyState.Builder builder()
Copyright © 2018–2020. All rights reserved.