Class V20PresRequestByFormat
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20PresRequestByFormat
-
public class V20PresRequestByFormat extends Object
V20PresRequestByFormat
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20PresRequestByFormat.V20PresRequestByFormatBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DIFstatic StringSERIALIZED_NAME_INDY
-
Constructor Summary
Constructors Constructor Description V20PresRequestByFormat()V20PresRequestByFormat(DIFProofRequest dif, IndyProofRequest indy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20PresRequestByFormat.V20PresRequestByFormatBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)DIFProofRequestgetDif()IndyProofRequestgetIndy()inthashCode()voidsetDif(DIFProofRequest dif)voidsetIndy(IndyProofRequest indy)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_DIF
public static final String SERIALIZED_NAME_DIF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INDY
public static final String SERIALIZED_NAME_INDY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20PresRequestByFormat
public V20PresRequestByFormat(DIFProofRequest dif, IndyProofRequest indy)
-
V20PresRequestByFormat
public V20PresRequestByFormat()
-
-
Method Detail
-
builder
public static V20PresRequestByFormat.V20PresRequestByFormatBuilder builder()
-
getDif
public DIFProofRequest getDif()
-
getIndy
public IndyProofRequest getIndy()
-
setDif
public void setDif(DIFProofRequest dif)
-
setIndy
public void setIndy(IndyProofRequest indy)
-
canEqual
protected boolean canEqual(Object other)
-
-