public class Process extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Process.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountName |
protected String |
commandLine |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
createdDateTime |
protected FileHash |
fileHash |
protected ProcessIntegrityLevel |
integrityLevel |
protected Boolean |
isElevated |
protected String |
name |
protected String |
odataType |
protected OffsetDateTime |
parentProcessCreatedDateTime |
protected Integer |
parentProcessId |
protected String |
parentProcessName |
protected String |
path |
protected Integer |
processId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Process() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String accountName
protected String commandLine
protected OffsetDateTime createdDateTime
protected FileHash fileHash
protected ProcessIntegrityLevel integrityLevel
protected Boolean isElevated
protected String name
protected OffsetDateTime parentProcessCreatedDateTime
protected Integer parentProcessId
protected String parentProcessName
protected String path
protected Integer processId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getCreatedDateTime()
public Process withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<ProcessIntegrityLevel> getIntegrityLevel()
public Process withIntegrityLevel(ProcessIntegrityLevel integrityLevel)
public Optional<OffsetDateTime> getParentProcessCreatedDateTime()
public Process withParentProcessCreatedDateTime(OffsetDateTime parentProcessCreatedDateTime)
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 Process.Builder builder()
Copyright © 2018–2020. All rights reserved.