Package com.adobe.aemds.guide.model
Class ReCaptchaConfigurationModel
- java.lang.Object
-
- com.adobe.aemds.guide.model.ReCaptchaConfigurationModel
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
@Model(adaptables=org.apache.sling.api.resource.Resource.class) public class ReCaptchaConfigurationModel extends java.lang.Object implements ReCaptchaConfiguration
-
-
Constructor Summary
Constructors Constructor Description ReCaptchaConfigurationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>annotationType()java.lang.Stringdescription()java.lang.Stringdomain()java.lang.StringenterpriseVerifyUrl()java.lang.StringkeyType()java.lang.Stringname()java.lang.StringprojectId()java.lang.StringsecretKey()java.lang.StringsiteKey()doublethreshold()java.lang.StringthumbnailPath()java.lang.Stringtitle()java.lang.Stringversion()
-
-
-
Method Detail
-
siteKey
public java.lang.String siteKey()
-
secretKey
public java.lang.String secretKey()
-
name
public java.lang.String name()
-
title
public java.lang.String title()
-
description
public java.lang.String description()
-
thumbnailPath
public java.lang.String thumbnailPath()
-
domain
public java.lang.String domain()
-
version
public java.lang.String version()
-
keyType
public java.lang.String keyType()
-
projectId
public java.lang.String projectId()
-
threshold
public double threshold()
-
enterpriseVerifyUrl
public java.lang.String enterpriseVerifyUrl()
-
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationTypein interfacejava.lang.annotation.Annotation
-
-