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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class CaepSecurityEvent
extends Object
implements Serializable
CaepSecurityEvent
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The entity that initiated the event -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
eventTimestamp
(Long eventTimestamp) The time of the event (UNIX timestamp)The entity that initiated the eventGet reasonAdminGet reasonUserGet subjectint
hashCode()
initiatingEntity
(CaepSecurityEvent.InitiatingEntityEnum initiatingEntity) reasonAdmin
(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) reasonUser
(CaepDeviceComplianceChangeEventReasonUser reasonUser) void
setEventTimestamp
(Long eventTimestamp) void
setInitiatingEntity
(CaepSecurityEvent.InitiatingEntityEnum initiatingEntity) void
setReasonAdmin
(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) void
void
setSubject
(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
-