Class PresentationRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.PresentationRequest
-
public class PresentationRequest extends Object
PresentationRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPresentationRequest.PresentationRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AT_IDstatic StringSERIALIZED_NAME_AT_TYPEstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_REQUEST_PRESENTATIONS_TILDE_ATTACH
-
Constructor Summary
Constructors Constructor Description PresentationRequest()PresentationRequest(String atId, String atType, String comment, List<AttachDecorator> requestPresentationsTildeAttach)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresentationRequest.PresentationRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAtId()StringgetAtType()StringgetComment()List<AttachDecorator>getRequestPresentationsTildeAttach()inthashCode()voidsetAtId(String atId)voidsetAtType(String atType)voidsetComment(String comment)voidsetRequestPresentationsTildeAttach(List<AttachDecorator> requestPresentationsTildeAttach)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AT_ID
public static final String SERIALIZED_NAME_AT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AT_TYPE
public static final String SERIALIZED_NAME_AT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_COMMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUEST_PRESENTATIONS_TILDE_ATTACH
public static final String SERIALIZED_NAME_REQUEST_PRESENTATIONS_TILDE_ATTACH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PresentationRequest
public PresentationRequest(String atId, String atType, String comment, List<AttachDecorator> requestPresentationsTildeAttach)
-
PresentationRequest
public PresentationRequest()
-
-
Method Detail
-
builder
public static PresentationRequest.PresentationRequestBuilder builder()
-
getAtId
public String getAtId()
-
getAtType
public String getAtType()
-
getComment
public String getComment()
-
getRequestPresentationsTildeAttach
public List<AttachDecorator> getRequestPresentationsTildeAttach()
-
setAtId
public void setAtId(String atId)
-
setAtType
public void setAtType(String atType)
-
setComment
public void setComment(String comment)
-
setRequestPresentationsTildeAttach
public void setRequestPresentationsTildeAttach(List<AttachDecorator> requestPresentationsTildeAttach)
-
canEqual
protected boolean canEqual(Object other)
-
-