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") @Expose public java.lang.String accountName
@SerializedName(value="commandLine") @Expose public java.lang.String commandLine
@SerializedName(value="createdDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="fileHash") @Expose public FileHash fileHash
@SerializedName(value="integrityLevel") @Expose public ProcessIntegrityLevel integrityLevel
@SerializedName(value="isElevated") @Expose public java.lang.Boolean isElevated
@SerializedName(value="name") @Expose public java.lang.String name
@SerializedName(value="parentProcessCreatedDateTime") @Expose public java.util.Calendar parentProcessCreatedDateTime
@SerializedName(value="parentProcessId") @Expose public java.lang.Integer parentProcessId
@SerializedName(value="parentProcessName") @Expose public java.lang.String parentProcessName
@SerializedName(value="path") @Expose public java.lang.String path
@SerializedName(value="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