Class CloudLogonSessionEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.CloudLogonSessionEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class CloudLogonSessionEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloudLogonSessionEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UserEvidenceaccountprotected Stringbrowserprotected StringdeviceNameprotected StringoperatingSystemprotected OffsetDateTimepreviousLogonDateTimeprotected Stringprotocolprotected StringsessionIdprotected OffsetDateTimestartUtcDateTimeprotected StringuserAgent-
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 protectedCloudLogonSessionEvidence()
-
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
-
browser
protected String browser
-
deviceName
protected String deviceName
-
operatingSystem
protected String operatingSystem
-
previousLogonDateTime
protected OffsetDateTime previousLogonDateTime
-
protocol
protected String protocol
-
sessionId
protected String sessionId
-
startUtcDateTime
protected OffsetDateTime startUtcDateTime
-
userAgent
protected String userAgent
-
-
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 CloudLogonSessionEvidence withAccount(UserEvidence account)
-
withBrowser
public CloudLogonSessionEvidence withBrowser(String browser)
-
withDeviceName
public CloudLogonSessionEvidence withDeviceName(String deviceName)
-
withOperatingSystem
public CloudLogonSessionEvidence withOperatingSystem(String operatingSystem)
-
getPreviousLogonDateTime
public Optional<OffsetDateTime> getPreviousLogonDateTime()
-
withPreviousLogonDateTime
public CloudLogonSessionEvidence withPreviousLogonDateTime(OffsetDateTime previousLogonDateTime)
-
withProtocol
public CloudLogonSessionEvidence withProtocol(String protocol)
-
withSessionId
public CloudLogonSessionEvidence withSessionId(String sessionId)
-
getStartUtcDateTime
public Optional<OffsetDateTime> getStartUtcDateTime()
-
withStartUtcDateTime
public CloudLogonSessionEvidence withStartUtcDateTime(OffsetDateTime startUtcDateTime)
-
withUserAgent
public CloudLogonSessionEvidence withUserAgent(String userAgent)
-
withUnmappedField
public CloudLogonSessionEvidence 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
-
builderCloudLogonSessionEvidence
public static CloudLogonSessionEvidence.Builder builderCloudLogonSessionEvidence()
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
-
-