Class SignedDoc
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.SignedDoc
-
public class SignedDoc extends Object
SignedDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignedDoc.SignedDocBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PROOF
-
Constructor Summary
Constructors Constructor Description SignedDoc()SignedDoc(SignatureOptions proof)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SignedDoc.SignedDocBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)SignatureOptionsgetProof()inthashCode()voidsetProof(SignatureOptions proof)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PROOF
public static final String SERIALIZED_NAME_PROOF
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SignedDoc
public SignedDoc(SignatureOptions proof)
-
SignedDoc
public SignedDoc()
-
-
Method Detail
-
builder
public static SignedDoc.SignedDocBuilder builder()
-
getProof
public SignatureOptions getProof()
-
setProof
public void setProof(SignatureOptions proof)
-
canEqual
protected boolean canEqual(Object other)
-
-