Class IndyProof
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProof
-
public class IndyProof extends Object
IndyProof
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyProof.IndyProofBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDENTIFIERSstatic StringSERIALIZED_NAME_PROOFstatic StringSERIALIZED_NAME_REQUESTED_PROOF
-
Constructor Summary
Constructors Constructor Description IndyProof()IndyProof(List<IndyProofIdentifier> identifiers, IndyProofProof proof, IndyProofRequestedProof requestedProof)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyProof.IndyProofBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<IndyProofIdentifier>getIdentifiers()IndyProofProofgetProof()IndyProofRequestedProofgetRequestedProof()inthashCode()voidsetIdentifiers(List<IndyProofIdentifier> identifiers)voidsetProof(IndyProofProof proof)voidsetRequestedProof(IndyProofRequestedProof requestedProof)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_IDENTIFIERS
public static final String SERIALIZED_NAME_IDENTIFIERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROOF
public static final String SERIALIZED_NAME_PROOF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUESTED_PROOF
public static final String SERIALIZED_NAME_REQUESTED_PROOF
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyProof
public IndyProof(List<IndyProofIdentifier> identifiers, IndyProofProof proof, IndyProofRequestedProof requestedProof)
-
IndyProof
public IndyProof()
-
-
Method Detail
-
builder
public static IndyProof.IndyProofBuilder builder()
-
getIdentifiers
public List<IndyProofIdentifier> getIdentifiers()
-
getProof
public IndyProofProof getProof()
-
getRequestedProof
public IndyProofRequestedProof getRequestedProof()
-
setIdentifiers
public void setIdentifiers(List<IndyProofIdentifier> identifiers)
-
setProof
public void setProof(IndyProofProof proof)
-
setRequestedProof
public void setRequestedProof(IndyProofRequestedProof requestedProof)
-
canEqual
protected boolean canEqual(Object other)
-
-