Uses of Class
org.hyperledger.aries.api.message.ProblemReport.Thread
-
Packages that use ProblemReport.Thread Package Description org.hyperledger.aries.api.message -
-
Uses of ProblemReport.Thread in org.hyperledger.aries.api.message
Methods in org.hyperledger.aries.api.message that return ProblemReport.Thread Modifier and Type Method Description ProblemReport.ThreadProblemReport. getThread()Methods in org.hyperledger.aries.api.message with parameters of type ProblemReport.Thread Modifier and Type Method Description voidProblemReport. setThread(ProblemReport.Thread thread)Constructors in org.hyperledger.aries.api.message with parameters of type ProblemReport.Thread Constructor Description ProblemReport(String type, String id, ProblemReport.Thread thread, com.google.gson.JsonElement description)
-