Class ReceiveInvitationRequest
- java.lang.Object
-
- org.hyperledger.aries.api.connection.ReceiveInvitationRequest
-
public class ReceiveInvitationRequest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReceiveInvitationRequest.ReceiveInvitationRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReceiveInvitationRequest.ReceiveInvitationRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDid()StringgetId()StringgetImageUrl()StringgetLabel()List<String>getRecipientKeys()List<String>getRoutingKeys()StringgetServiceEndpoint()StringgetType()inthashCode()voidsetDid(String did)voidsetId(String id)voidsetImageUrl(String imageUrl)voidsetLabel(String label)voidsetRecipientKeys(List<String> recipientKeys)voidsetRoutingKeys(List<String> routingKeys)voidsetServiceEndpoint(String serviceEndpoint)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
builder
public static ReceiveInvitationRequest.ReceiveInvitationRequestBuilder builder()
-
getId
@Nullable public String getId()
-
getType
public String getType()
-
getDid
@Nullable public String getDid()
-
getImageUrl
@Nullable public String getImageUrl()
-
getLabel
@Nullable public String getLabel()
-
getServiceEndpoint
@Nullable public String getServiceEndpoint()
-
setId
public void setId(@Nullable String id)
-
setType
public void setType(String type)
-
setDid
public void setDid(@Nullable String did)
-
setImageUrl
public void setImageUrl(@Nullable String imageUrl)
-
setLabel
public void setLabel(@Nullable String label)
-
setServiceEndpoint
public void setServiceEndpoint(@Nullable String serviceEndpoint)
-
canEqual
protected boolean canEqual(Object other)
-
-