Package org.openapitools.client.model
Class CAPTCHAInstance
java.lang.Object
org.openapitools.client.model.CAPTCHAInstance
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class CAPTCHAInstance
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
Get idgetLinks()
Get linksgetName()
Get nameGet secretKeyGet siteKeygetType()
Get typeint
hashCode()
links
(ApiTokenLink links) void
setLinks
(ApiTokenLink links) 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
Get id- Returns:
- id
-
name
-
getName
Get name- Returns:
- name
-
setName
-
secretKey
-
getSecretKey
Get secretKey- Returns:
- secretKey
-
setSecretKey
-
siteKey
-
getSiteKey
Get siteKey- Returns:
- siteKey
-
setSiteKey
-
type
-
getType
Get type- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-