public class Process
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
accountName
The Account Name.
|
java.lang.String |
commandLine
The Command Line.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
FileHash |
fileHash
The File Hash.
|
ProcessIntegrityLevel |
integrityLevel
The Integrity Level.
|
java.lang.Boolean |
isElevated
The Is Elevated.
|
java.lang.String |
name
The Name.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.time.OffsetDateTime |
parentProcessCreatedDateTime
The Parent Process Created Date Time.
|
java.lang.Integer |
parentProcessId
The Parent Process Id.
|
java.lang.String |
parentProcessName
The Parent Process Name.
|
java.lang.String |
path
The Path.
|
java.lang.Integer |
processId
The Process Id.
|
| Constructor and Description |
|---|
Process() |
| 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="accountName",
alternate="AccountName")
@Expose
@Nullable
public java.lang.String accountName
@SerializedName(value="commandLine",
alternate="CommandLine")
@Expose
@Nullable
public java.lang.String commandLine
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="fileHash",
alternate="FileHash")
@Expose
@Nullable
public FileHash fileHash
@SerializedName(value="integrityLevel",
alternate="IntegrityLevel")
@Expose
@Nullable
public ProcessIntegrityLevel integrityLevel
@SerializedName(value="isElevated",
alternate="IsElevated")
@Expose
@Nullable
public java.lang.Boolean isElevated
@SerializedName(value="name",
alternate="Name")
@Expose
@Nullable
public java.lang.String name
@SerializedName(value="parentProcessCreatedDateTime",
alternate="ParentProcessCreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime parentProcessCreatedDateTime
@SerializedName(value="parentProcessId",
alternate="ParentProcessId")
@Expose
@Nullable
public java.lang.Integer parentProcessId
@SerializedName(value="parentProcessName",
alternate="ParentProcessName")
@Expose
@Nullable
public java.lang.String parentProcessName
@SerializedName(value="path",
alternate="Path")
@Expose
@Nullable
public java.lang.String path
@SerializedName(value="processId",
alternate="ProcessId")
@Expose
@Nullable
public java.lang.Integer processId
@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