Class DIDCreate
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.DIDCreate
-
public class DIDCreate extends Object
DIDCreate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDIDCreate.DIDCreateBuilderstatic classDIDCreate.MethodEnumGets or Sets method
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_OPTIONS
-
Constructor Summary
Constructors Constructor Description DIDCreate()DIDCreate(DIDCreate.MethodEnum method, DIDCreateOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DIDCreate.DIDCreateBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)DIDCreate.MethodEnumgetMethod()DIDCreateOptionsgetOptions()inthashCode()voidsetMethod(DIDCreate.MethodEnum method)voidsetOptions(DIDCreateOptions options)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_METHOD
public static final String SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OPTIONS
public static final String SERIALIZED_NAME_OPTIONS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DIDCreate
public DIDCreate(DIDCreate.MethodEnum method, DIDCreateOptions options)
-
DIDCreate
public DIDCreate()
-
-
Method Detail
-
builder
public static DIDCreate.DIDCreateBuilder builder()
-
getMethod
public DIDCreate.MethodEnum getMethod()
-
getOptions
public DIDCreateOptions getOptions()
-
setMethod
public void setMethod(DIDCreate.MethodEnum method)
-
setOptions
public void setOptions(DIDCreateOptions options)
-
canEqual
protected boolean canEqual(Object other)
-
-