Package com.okta.sdk.resource.model
Class OktaIpChangeEvent
java.lang.Object
com.okta.sdk.resource.model.OktaIpChangeEvent
- 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 OktaIpChangeEvent
extends Object
implements Serializable
IP changed for the subject's session
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The entity that initiated the event -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncurrentIpAddress
(String currentIpAddress) boolean
eventTimestamp
(Long eventTimestamp) Current IP address of the subjectThe time of the event (UNIX timestamp)The entity that initiated the eventPrevious IP address of the subjectGet reasonAdminGet reasonUserGet subjectint
hashCode()
initiatingEntity
(OktaIpChangeEvent.InitiatingEntityEnum initiatingEntity) previousIpAddress
(String previousIpAddress) reasonAdmin
(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) reasonUser
(CaepDeviceComplianceChangeEventReasonUser reasonUser) void
setCurrentIpAddress
(String currentIpAddress) void
setEventTimestamp
(Long eventTimestamp) void
setInitiatingEntity
(OktaIpChangeEvent.InitiatingEntityEnum initiatingEntity) void
setPreviousIpAddress
(String previousIpAddress) void
setReasonAdmin
(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) void
void
setSubject
(SecurityEventSubject subject) subject
(SecurityEventSubject subject) toString()
-
Field Details
-
JSON_PROPERTY_CURRENT_IP_ADDRESS
- See Also:
-
JSON_PROPERTY_EVENT_TIMESTAMP
- See Also:
-
JSON_PROPERTY_INITIATING_ENTITY
- See Also:
-
JSON_PROPERTY_PREVIOUS_IP_ADDRESS
- See Also:
-
JSON_PROPERTY_REASON_ADMIN
- See Also:
-
JSON_PROPERTY_REASON_USER
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
-
Constructor Details
-
OktaIpChangeEvent
public OktaIpChangeEvent()
-
-
Method Details
-
currentIpAddress
-
getCurrentIpAddress
Current IP address of the subject- Returns:
- currentIpAddress
-
setCurrentIpAddress
-
eventTimestamp
-
getEventTimestamp
The time of the event (UNIX timestamp)- Returns:
- eventTimestamp
-
setEventTimestamp
-
initiatingEntity
-
getInitiatingEntity
The entity that initiated the event- Returns:
- initiatingEntity
-
setInitiatingEntity
-
previousIpAddress
-
getPreviousIpAddress
Previous IP address of the subject- Returns:
- previousIpAddress
-
setPreviousIpAddress
-
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
-