Class InvitationCreateRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.InvitationCreateRequest
-
public class InvitationCreateRequest extends Object
InvitationCreateRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvitationCreateRequest.InvitationCreateRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALIASstatic StringSERIALIZED_NAME_ATTACHMENTSstatic StringSERIALIZED_NAME_HANDSHAKE_PROTOCOLSstatic StringSERIALIZED_NAME_MEDIATION_IDstatic StringSERIALIZED_NAME_METADATAstatic StringSERIALIZED_NAME_MY_LABELstatic StringSERIALIZED_NAME_USE_PUBLIC_DID
-
Constructor Summary
Constructors Constructor Description InvitationCreateRequest()InvitationCreateRequest(String alias, List<AttachmentDef> attachments, List<String> handshakeProtocols, String mediationId, Object metadata, String myLabel, Boolean usePublicDid)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvitationCreateRequest.InvitationCreateRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAlias()List<AttachmentDef>getAttachments()List<String>getHandshakeProtocols()StringgetMediationId()ObjectgetMetadata()StringgetMyLabel()BooleangetUsePublicDid()inthashCode()voidsetAlias(String alias)voidsetAttachments(List<AttachmentDef> attachments)voidsetHandshakeProtocols(List<String> handshakeProtocols)voidsetMediationId(String mediationId)voidsetMetadata(Object metadata)voidsetMyLabel(String myLabel)voidsetUsePublicDid(Boolean usePublicDid)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ALIAS
public static final String SERIALIZED_NAME_ALIAS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTACHMENTS
public static final String SERIALIZED_NAME_ATTACHMENTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HANDSHAKE_PROTOCOLS
public static final String SERIALIZED_NAME_HANDSHAKE_PROTOCOLS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MEDIATION_ID
public static final String SERIALIZED_NAME_MEDIATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_METADATA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MY_LABEL
public static final String SERIALIZED_NAME_MY_LABEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USE_PUBLIC_DID
public static final String SERIALIZED_NAME_USE_PUBLIC_DID
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static InvitationCreateRequest.InvitationCreateRequestBuilder builder()
-
getAlias
public String getAlias()
-
getAttachments
public List<AttachmentDef> getAttachments()
-
getMediationId
public String getMediationId()
-
getMetadata
public Object getMetadata()
-
getMyLabel
public String getMyLabel()
-
getUsePublicDid
public Boolean getUsePublicDid()
-
setAlias
public void setAlias(String alias)
-
setAttachments
public void setAttachments(List<AttachmentDef> attachments)
-
setMediationId
public void setMediationId(String mediationId)
-
setMetadata
public void setMetadata(Object metadata)
-
setMyLabel
public void setMyLabel(String myLabel)
-
setUsePublicDid
public void setUsePublicDid(Boolean usePublicDid)
-
canEqual
protected boolean canEqual(Object other)
-
-