@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class CAPTCHAInstance extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_ID  | 
static String | 
JSON_PROPERTY_LINKS  | 
static String | 
JSON_PROPERTY_NAME  | 
static String | 
JSON_PROPERTY_SECRET_KEY  | 
static String | 
JSON_PROPERTY_SITE_KEY  | 
static String | 
JSON_PROPERTY_TYPE  | 
| Constructor and Description | 
|---|
CAPTCHAInstance()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getId()
The unique key for the CAPTCHA instance 
 | 
LinksSelf | 
getLinks()
Get links 
 | 
String | 
getName()
The name of the CAPTCHA instance 
 | 
String | 
getSecretKey()
The secret key issued from the CAPTCHA provider to perform server-side validation for a CAPTCHA token 
 | 
String | 
getSiteKey()
The site key issued from the CAPTCHA provider to render a CAPTCHA on a page 
 | 
CAPTCHAType | 
getType()
Get type 
 | 
int | 
hashCode()  | 
CAPTCHAInstance | 
links(LinksSelf links)  | 
CAPTCHAInstance | 
name(String name)  | 
CAPTCHAInstance | 
secretKey(String secretKey)  | 
void | 
setLinks(LinksSelf links)  | 
void | 
setName(String name)  | 
void | 
setSecretKey(String secretKey)  | 
void | 
setSiteKey(String siteKey)  | 
void | 
setType(CAPTCHAType type)  | 
CAPTCHAInstance | 
siteKey(String siteKey)  | 
String | 
toString()  | 
CAPTCHAInstance | 
type(CAPTCHAType type)  | 
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SECRET_KEY
public static final String JSON_PROPERTY_SITE_KEY
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_LINKS
public CAPTCHAInstance name(String name)
public void setName(String name)
public CAPTCHAInstance secretKey(String secretKey)
@Nullable public String getSecretKey()
public void setSecretKey(String secretKey)
public CAPTCHAInstance siteKey(String siteKey)
@Nullable public String getSiteKey()
public void setSiteKey(String siteKey)
public CAPTCHAInstance type(CAPTCHAType type)
@Nullable public CAPTCHAType getType()
public void setType(CAPTCHAType type)
public CAPTCHAInstance links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.