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-23T16:19:57.008753975Z[Etc/UTC]",
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
Nested ClassesModifier and TypeClassDescriptionstatic enumThe entity that initiated the event -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentIpAddress(String currentIpAddress) booleaneventTimestamp(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 subjectinthashCode()initiatingEntity(OktaIpChangeEvent.InitiatingEntityEnum initiatingEntity) previousIpAddress(String previousIpAddress) reasonAdmin(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) reasonUser(CaepDeviceComplianceChangeEventReasonUser reasonUser) voidsetCurrentIpAddress(String currentIpAddress) voidsetEventTimestamp(Long eventTimestamp) voidsetInitiatingEntity(OktaIpChangeEvent.InitiatingEntityEnum initiatingEntity) voidsetPreviousIpAddress(String previousIpAddress) voidsetReasonAdmin(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) voidvoidsetSubject(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
-