Class DIFProofProposal
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.DIFProofProposal
-
public class DIFProofProposal extends Object
DIFProofProposal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDIFProofProposal.DIFProofProposalBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_INPUT_DESCRIPTORSstatic StringSERIALIZED_NAME_OPTIONS
-
Constructor Summary
Constructors Constructor Description DIFProofProposal()DIFProofProposal(List<InputDescriptors> inputDescriptors, DIFOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DIFProofProposal.DIFProofProposalBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<InputDescriptors>getInputDescriptors()DIFOptionsgetOptions()inthashCode()voidsetInputDescriptors(List<InputDescriptors> inputDescriptors)voidsetOptions(DIFOptions options)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_INPUT_DESCRIPTORS
public static final String SERIALIZED_NAME_INPUT_DESCRIPTORS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OPTIONS
public static final String SERIALIZED_NAME_OPTIONS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DIFProofProposal
public DIFProofProposal(List<InputDescriptors> inputDescriptors, DIFOptions options)
-
DIFProofProposal
public DIFProofProposal()
-
-
Method Detail
-
builder
public static DIFProofProposal.DIFProofProposalBuilder builder()
-
getInputDescriptors
public List<InputDescriptors> getInputDescriptors()
-
getOptions
public DIFOptions getOptions()
-
setInputDescriptors
public void setInputDescriptors(List<InputDescriptors> inputDescriptors)
-
setOptions
public void setOptions(DIFOptions options)
-
canEqual
protected boolean canEqual(Object other)
-
-