Class GetDIDVerkeyResponse
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.GetDIDVerkeyResponse
-
public class GetDIDVerkeyResponse extends Object
GetDIDVerkeyResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetDIDVerkeyResponse.GetDIDVerkeyResponseBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_VERKEY
-
Constructor Summary
Constructors Constructor Description GetDIDVerkeyResponse()GetDIDVerkeyResponse(String verkey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDIDVerkeyResponse.GetDIDVerkeyResponseBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetVerkey()inthashCode()voidsetVerkey(String verkey)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_VERKEY
public static final String SERIALIZED_NAME_VERKEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetDIDVerkeyResponse
public GetDIDVerkeyResponse(String verkey)
-
GetDIDVerkeyResponse
public GetDIDVerkeyResponse()
-
-
Method Detail
-
builder
public static GetDIDVerkeyResponse.GetDIDVerkeyResponseBuilder builder()
-
getVerkey
public String getVerkey()
-
setVerkey
public void setVerkey(String verkey)
-
canEqual
protected boolean canEqual(Object other)
-
-