public class Process extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
accountName
The Account Name.
|
java.lang.String |
commandLine
The Command Line.
|
java.util.Calendar |
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 |
java.util.Calendar |
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 |
|---|---|
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="accountName",
alternate="AccountName")
@Expose
public java.lang.String accountName
@SerializedName(value="commandLine",
alternate="CommandLine")
@Expose
public java.lang.String commandLine
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
public java.util.Calendar createdDateTime
@SerializedName(value="fileHash",
alternate="FileHash")
@Expose
public FileHash fileHash
@SerializedName(value="integrityLevel",
alternate="IntegrityLevel")
@Expose
public ProcessIntegrityLevel integrityLevel
@SerializedName(value="isElevated",
alternate="IsElevated")
@Expose
public java.lang.Boolean isElevated
@SerializedName(value="name",
alternate="Name")
@Expose
public java.lang.String name
@SerializedName(value="parentProcessCreatedDateTime",
alternate="ParentProcessCreatedDateTime")
@Expose
public java.util.Calendar parentProcessCreatedDateTime
@SerializedName(value="parentProcessId",
alternate="ParentProcessId")
@Expose
public java.lang.Integer parentProcessId
@SerializedName(value="parentProcessName",
alternate="ParentProcessName")
@Expose
public java.lang.String parentProcessName
@SerializedName(value="path",
alternate="Path")
@Expose
public java.lang.String path
@SerializedName(value="processId",
alternate="ProcessId")
@Expose
public java.lang.Integer processId
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to