Package com.okta.sdk.resource.model
Class RegistrationInlineHookPPData
java.lang.Object
com.okta.sdk.resource.model.RegistrationInlineHookRequest
com.okta.sdk.resource.model.RegistrationInlineHookPPData
- 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 RegistrationInlineHookPPData
extends RegistrationInlineHookRequest
implements Serializable
RegistrationInlineHookPPData
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com.okta.sdk.resource.model.RegistrationInlineHookRequest
JSON_PROPERTY_EVENT_TYPE, JSON_PROPERTY_REQUEST_TYPE, requestType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncloudEventVersion
(String cloudEventVersion) contentType
(String contentType) boolean
eventTypeVersion
(String eventTypeVersion) The inline hook cloud versionThe inline hook request header contentgetData()
Get dataThe individual inline hook request IDThe time the inline hook request was sentThe inline hook versionint
hashCode()
void
setCloudEventVersion
(String cloudEventVersion) void
setContentType
(String contentType) void
void
setEventId
(String eventId) void
setEventTime
(String eventTime) void
setEventTypeVersion
(String eventTypeVersion) toString()
Methods inherited from class com.okta.sdk.resource.model.RegistrationInlineHookRequest
eventType, getEventType, getRequestType, requestType, setEventType, setRequestType
-
Field Details
-
JSON_PROPERTY_CLOUD_EVENT_VERSION
- See Also:
-
JSON_PROPERTY_CONTENT_TYPE
- See Also:
-
JSON_PROPERTY_EVENT_ID
- See Also:
-
JSON_PROPERTY_EVENT_TIME
- See Also:
-
JSON_PROPERTY_EVENT_TYPE_VERSION
- See Also:
-
JSON_PROPERTY_DATA
- See Also:
-
-
Constructor Details
-
RegistrationInlineHookPPData
public RegistrationInlineHookPPData()
-
-
Method Details
-
cloudEventVersion
-
getCloudEventVersion
The inline hook cloud version- Returns:
- cloudEventVersion
-
setCloudEventVersion
-
contentType
-
getContentType
The inline hook request header content- Returns:
- contentType
-
setContentType
-
eventId
-
getEventId
The individual inline hook request ID- Returns:
- eventId
-
setEventId
-
eventTime
-
getEventTime
The time the inline hook request was sent- Returns:
- eventTime
-
setEventTime
-
eventTypeVersion
-
getEventTypeVersion
The inline hook version- Returns:
- eventTypeVersion
-
setEventTypeVersion
-
data
-
getData
Get data- Returns:
- data
-
setData
-
equals
- Overrides:
equals
in classRegistrationInlineHookRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRegistrationInlineHookRequest
-
toString
- Overrides:
toString
in classRegistrationInlineHookRequest
-