Package com.adobe.aemds.guide.model
Interface CaptchaInfo
-
@ProviderType public interface CaptchaInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCaptchaNodePath()java.lang.StringgetQualifiedName()booleangetRequired()java.lang.StringgetServiceType()voidsetCaptchaNodePath(java.lang.String captchaNodePath)voidsetQualifiedName(java.lang.String qualifiedName)voidsetRequired(boolean isRequired)voidsetServiceType(java.lang.String serviceType)
-
-
-
Method Detail
-
getCaptchaNodePath
java.lang.String getCaptchaNodePath()
-
getServiceType
java.lang.String getServiceType()
-
getQualifiedName
java.lang.String getQualifiedName()
-
getRequired
boolean getRequired()
-
setCaptchaNodePath
void setCaptchaNodePath(java.lang.String captchaNodePath)
-
setServiceType
void setServiceType(java.lang.String serviceType)
-
setQualifiedName
void setQualifiedName(java.lang.String qualifiedName)
-
setRequired
void setRequired(boolean isRequired)
-
-