Package com.okta.sdk.resource.model
Class CaepSecurityEvent
java.lang.Object
com.okta.sdk.resource.model.CaepSecurityEvent
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class CaepSecurityEvent
extends Object
implements Serializable
CaepSecurityEvent
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe entity that initiated the event -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaneventTimestamp(Long eventTimestamp) The time of the event (UNIX timestamp)The entity that initiated the eventGet reasonAdminGet reasonUserGet subjectinthashCode()initiatingEntity(CaepSecurityEvent.InitiatingEntityEnum initiatingEntity) reasonAdmin(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) reasonUser(CaepDeviceComplianceChangeEventReasonUser reasonUser) voidsetEventTimestamp(Long eventTimestamp) voidsetInitiatingEntity(CaepSecurityEvent.InitiatingEntityEnum initiatingEntity) voidsetReasonAdmin(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) voidvoidsetSubject(SecurityEventSubject subject) subject(SecurityEventSubject subject) toString()
-
Field Details
-
JSON_PROPERTY_EVENT_TIMESTAMP
- See Also:
-
JSON_PROPERTY_INITIATING_ENTITY
- See Also:
-
JSON_PROPERTY_REASON_ADMIN
- See Also:
-
JSON_PROPERTY_REASON_USER
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
-
Constructor Details
-
CaepSecurityEvent
public CaepSecurityEvent()
-
-
Method Details
-
eventTimestamp
-
getEventTimestamp
The time of the event (UNIX timestamp)- Returns:
- eventTimestamp
-
setEventTimestamp
-
initiatingEntity
-
getInitiatingEntity
The entity that initiated the event- Returns:
- initiatingEntity
-
setInitiatingEntity
-
reasonAdmin
-
getReasonAdmin
Get reasonAdmin- Returns:
- reasonAdmin
-
setReasonAdmin
-
reasonUser
-
getReasonUser
Get reasonUser- Returns:
- reasonUser
-
setReasonUser
-
subject
-
getSubject
Get subject- Returns:
- subject
-
setSubject
-
equals
-
hashCode
public int hashCode() -
toString
-