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-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class CAPTCHAInstance
extends Object
implements Serializable
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()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 typeinthashCode()voidvoidvoidsetSecretKey(String secretKey) voidsetSiteKey(String siteKey) voidsetType(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
 
 -