Class V20CredFilter
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20CredFilter
-
public class V20CredFilter extends Object
V20CredFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20CredFilter.V20CredFilterBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_INDYstatic StringSERIALIZED_NAME_LD_PROOF
-
Constructor Summary
Constructors Constructor Description V20CredFilter()V20CredFilter(V20CredFilterIndy indy, LDProofVCDetail ldProof)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20CredFilter.V20CredFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)V20CredFilterIndygetIndy()LDProofVCDetailgetLdProof()inthashCode()voidsetIndy(V20CredFilterIndy indy)voidsetLdProof(LDProofVCDetail ldProof)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_INDY
public static final String SERIALIZED_NAME_INDY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LD_PROOF
public static final String SERIALIZED_NAME_LD_PROOF
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20CredFilter
public V20CredFilter(V20CredFilterIndy indy, LDProofVCDetail ldProof)
-
V20CredFilter
public V20CredFilter()
-
-
Method Detail
-
builder
public static V20CredFilter.V20CredFilterBuilder builder()
-
getIndy
public V20CredFilterIndy getIndy()
-
getLdProof
public LDProofVCDetail getLdProof()
-
setIndy
public void setIndy(V20CredFilterIndy indy)
-
setLdProof
public void setLdProof(LDProofVCDetail ldProof)
-
canEqual
protected boolean canEqual(Object other)
-
-