Class HostLogonSessionEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.HostLogonSessionEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class HostLogonSessionEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHostLogonSessionEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UserEvidenceaccountprotected OffsetDateTimeendUtcDateTimeprotected DeviceEvidencehostprotected StringsessionIdprotected OffsetDateTimestartUtcDateTime-
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 protectedHostLogonSessionEvidence()
-
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
-
account
protected UserEvidence account
-
endUtcDateTime
protected OffsetDateTime endUtcDateTime
-
host
protected DeviceEvidence host
-
sessionId
protected String sessionId
-
startUtcDateTime
protected OffsetDateTime startUtcDateTime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAlertEvidence
-
getAccount
public Optional<UserEvidence> getAccount()
-
withAccount
public HostLogonSessionEvidence withAccount(UserEvidence account)
-
getEndUtcDateTime
public Optional<OffsetDateTime> getEndUtcDateTime()
-
withEndUtcDateTime
public HostLogonSessionEvidence withEndUtcDateTime(OffsetDateTime endUtcDateTime)
-
getHost
public Optional<DeviceEvidence> getHost()
-
withHost
public HostLogonSessionEvidence withHost(DeviceEvidence host)
-
withSessionId
public HostLogonSessionEvidence withSessionId(String sessionId)
-
getStartUtcDateTime
public Optional<OffsetDateTime> getStartUtcDateTime()
-
withStartUtcDateTime
public HostLogonSessionEvidence withStartUtcDateTime(OffsetDateTime startUtcDateTime)
-
withUnmappedField
public HostLogonSessionEvidence withUnmappedField(String name, Object 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
-
builderHostLogonSessionEvidence
public static HostLogonSessionEvidence.Builder builderHostLogonSessionEvidence()
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
-
-