Package com.okta.sdk.resource.model
Class CAPTCHAInstance
java.lang.Object
com.okta.sdk.resource.model.CAPTCHAInstance
- 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 CAPTCHAInstance
extends Object
implements Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The unique key for the CAPTCHA instancegetLinks()
Get linksgetName()
The name of the CAPTCHA instanceThe secret key issued from the CAPTCHA provider to perform server-side validation for a CAPTCHA tokenThe site key issued from the CAPTCHA provider to render a CAPTCHA on a pagegetType()
Get typeint
hashCode()
void
void
void
setSecretKey
(String secretKey) void
setSiteKey
(String siteKey) void
setType
(CAPTCHAType type) toString()
type
(CAPTCHAType type)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SECRET_KEY
- See Also:
-
JSON_PROPERTY_SITE_KEY
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
CAPTCHAInstance
public CAPTCHAInstance()
-
-
Method Details
-
getId
The unique key for the CAPTCHA instance- Returns:
- id
-
name
-
getName
The name of the CAPTCHA instance- Returns:
- name
-
setName
-
secretKey
-
getSecretKey
The secret key issued from the CAPTCHA provider to perform server-side validation for a CAPTCHA token- Returns:
- secretKey
-
setSecretKey
-
siteKey
-
getSiteKey
The site key issued from the CAPTCHA provider to render a CAPTCHA on a page- Returns:
- siteKey
-
setSiteKey
-
type
-
getType
Get type- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-