-
- All Implemented Interfaces:
-
com.ibm.security.verifysdk.adaptive.GenerateResult
,java.io.Serializable
public final class KnowledgeQuestionsGenerateResult implements GenerateResult
Represents a knowledge questions generate result.
Useful for returning from the AdaptiveDelegate.generate methods when generating a knowledge questions.
-
-
Constructor Summary
Constructors Constructor Description KnowledgeQuestionsGenerateResult(Map<String, String> questions)
-
Method Summary
Modifier and Type Method Description final Map<String, String>
getQuestions()
-
-
Method Detail
-
getQuestions
final Map<String, String> getQuestions()
-
-
-
-