Class DIDXRequest.DIDXThread
- java.lang.Object
-
- org.hyperledger.aries.api.did_exchange.DIDXRequest.DIDXThread
-
- Enclosing class:
- DIDXRequest
public static final class DIDXRequest.DIDXThread extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDIDXRequest.DIDXThread.DIDXThreadBuilder
-
Constructor Summary
Constructors Constructor Description DIDXThread()DIDXThread(String thid, String pthid)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DIDXRequest.DIDXThread.DIDXThreadBuilderbuilder()booleanequals(Object o)StringgetPthid()StringgetThid()inthashCode()voidsetPthid(String pthid)voidsetThid(String thid)StringtoString()
-
-
-
Method Detail
-
builder
public static DIDXRequest.DIDXThread.DIDXThreadBuilder builder()
-
getThid
public String getThid()
-
getPthid
public String getPthid()
-
setThid
public void setThid(String thid)
-
setPthid
public void setPthid(String pthid)
-
-