Package com.okta.sdk.resource.model
Class InlineHookRequestObject
java.lang.Object
com.okta.sdk.resource.model.InlineHookRequestObject
- 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 InlineHookRequestObject
extends Object
implements Serializable
The API request that triggered the inline hook
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The unique identifier that Okta assigned to the API requestThe IP address of the client that made the API requestThe HTTP request method of the API requestgetUrl()
Get urlint
hashCode()
void
void
setIpAddress
(String ipAddress) void
void
toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_IP_ADDRESS
- See Also:
-
JSON_PROPERTY_METHOD
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
InlineHookRequestObject
public InlineHookRequestObject()
-
-
Method Details
-
id
-
getId
The unique identifier that Okta assigned to the API request- Returns:
- id
-
setId
-
ipAddress
-
getIpAddress
The IP address of the client that made the API request- Returns:
- ipAddress
-
setIpAddress
-
method
-
getMethod
The HTTP request method of the API request- Returns:
- method
-
setMethod
-
url
-
getUrl
Get url- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-