Class DIDCreateOptions
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.DIDCreateOptions
-
public class DIDCreateOptions extends Object
DIDCreateOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDIDCreateOptions.DIDCreateOptionsBuilderstatic classDIDCreateOptions.KeyTypeEnumGets or Sets keyType
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_KEY_TYPE
-
Constructor Summary
Constructors Constructor Description DIDCreateOptions()DIDCreateOptions(DIDCreateOptions.KeyTypeEnum keyType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DIDCreateOptions.DIDCreateOptionsBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)DIDCreateOptions.KeyTypeEnumgetKeyType()inthashCode()voidsetKeyType(DIDCreateOptions.KeyTypeEnum keyType)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_KEY_TYPE
public static final String SERIALIZED_NAME_KEY_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DIDCreateOptions
public DIDCreateOptions(DIDCreateOptions.KeyTypeEnum keyType)
-
DIDCreateOptions
public DIDCreateOptions()
-
-
Method Detail
-
builder
public static DIDCreateOptions.DIDCreateOptionsBuilder builder()
-
getKeyType
public DIDCreateOptions.KeyTypeEnum getKeyType()
-
setKeyType
public void setKeyType(DIDCreateOptions.KeyTypeEnum keyType)
-
canEqual
protected boolean canEqual(Object other)
-
-