Class ProcessEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.ProcessEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ProcessEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DetectionStatusdetectionStatusprotected FileDetailsimageFileprotected StringmdeDeviceIdprotected OffsetDateTimeparentProcessCreationDateTimeprotected LongparentProcessIdprotected FileDetailsparentProcessImageFileprotected StringprocessCommandLineprotected OffsetDateTimeprocessCreationDateTimeprotected LongprocessIdprotected UserAccountuserAccount-
Fields inherited from class odata.msgraph.client.security.complex.AlertEvidence
contextPath, createdDateTime, detailedRoles, detailedRolesNextLink, odataType, remediationStatus, remediationStatusDetails, roles, rolesNextLink, tags, tagsNextLink, unmappedFields, verdict
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProcessEvidence()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.security.complex.AlertEvidence
builder, getCreatedDateTime, getDetailedRoles, getDetailedRoles, getRemediationStatus, getRemediationStatusDetails, getRoles, getRoles, getTags, getTags, getVerdict, withCreatedDateTime, withRemediationStatus, withRemediationStatusDetails, withVerdict
-
-
-
-
Field Detail
-
detectionStatus
protected DetectionStatus detectionStatus
-
imageFile
protected FileDetails imageFile
-
mdeDeviceId
protected String mdeDeviceId
-
parentProcessCreationDateTime
protected OffsetDateTime parentProcessCreationDateTime
-
parentProcessId
protected Long parentProcessId
-
parentProcessImageFile
protected FileDetails parentProcessImageFile
-
processCommandLine
protected String processCommandLine
-
processCreationDateTime
protected OffsetDateTime processCreationDateTime
-
processId
protected Long processId
-
userAccount
protected UserAccount userAccount
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAlertEvidence
-
getDetectionStatus
public Optional<DetectionStatus> getDetectionStatus()
-
withDetectionStatus
public ProcessEvidence withDetectionStatus(DetectionStatus detectionStatus)
-
getImageFile
public Optional<FileDetails> getImageFile()
-
withImageFile
public ProcessEvidence withImageFile(FileDetails imageFile)
-
withMdeDeviceId
public ProcessEvidence withMdeDeviceId(String mdeDeviceId)
-
getParentProcessCreationDateTime
public Optional<OffsetDateTime> getParentProcessCreationDateTime()
-
withParentProcessCreationDateTime
public ProcessEvidence withParentProcessCreationDateTime(OffsetDateTime parentProcessCreationDateTime)
-
withParentProcessId
public ProcessEvidence withParentProcessId(Long parentProcessId)
-
getParentProcessImageFile
public Optional<FileDetails> getParentProcessImageFile()
-
withParentProcessImageFile
public ProcessEvidence withParentProcessImageFile(FileDetails parentProcessImageFile)
-
withProcessCommandLine
public ProcessEvidence withProcessCommandLine(String processCommandLine)
-
getProcessCreationDateTime
public Optional<OffsetDateTime> getProcessCreationDateTime()
-
withProcessCreationDateTime
public ProcessEvidence withProcessCreationDateTime(OffsetDateTime processCreationDateTime)
-
withProcessId
public ProcessEvidence withProcessId(Long processId)
-
getUserAccount
public Optional<UserAccount> getUserAccount()
-
withUserAccount
public ProcessEvidence withUserAccount(UserAccount userAccount)
-
withUnmappedField
public ProcessEvidence withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classAlertEvidence
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAlertEvidence
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAlertEvidence
-
builderProcessEvidence
public static ProcessEvidence.Builder builderProcessEvidence()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classAlertEvidence
-
-