Class V20PresentationSendRequestToProposal
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20PresentationSendRequestToProposal
-
public class V20PresentationSendRequestToProposal extends Object
V20PresentationSendRequestToProposal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20PresentationSendRequestToProposal.V20PresentationSendRequestToProposalBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AUTO_VERIFYstatic StringSERIALIZED_NAME_TRACE
-
Constructor Summary
Constructors Constructor Description V20PresentationSendRequestToProposal()V20PresentationSendRequestToProposal(Boolean autoVerify, Boolean trace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20PresentationSendRequestToProposal.V20PresentationSendRequestToProposalBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetAutoVerify()BooleangetTrace()inthashCode()voidsetAutoVerify(Boolean autoVerify)voidsetTrace(Boolean trace)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AUTO_VERIFY
public static final String SERIALIZED_NAME_AUTO_VERIFY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static V20PresentationSendRequestToProposal.V20PresentationSendRequestToProposalBuilder builder()
-
getAutoVerify
public Boolean getAutoVerify()
-
getTrace
public Boolean getTrace()
-
setAutoVerify
public void setAutoVerify(Boolean autoVerify)
-
setTrace
public void setTrace(Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-