Class ReceiveInvitationRequest


  • public class ReceiveInvitationRequest
    extends Object
    • Constructor Detail

      • ReceiveInvitationRequest

        public ReceiveInvitationRequest()
      • ReceiveInvitationRequest

        public ReceiveInvitationRequest​(@Nullable
                                        String id,
                                        String type,
                                        @Nullable
                                        String did,
                                        @Nullable
                                        String imageUrl,
                                        @Nullable
                                        String label,
                                        @Nullable
                                        List<String> recipientKeys,
                                        @Nullable
                                        List<String> routingKeys,
                                        @Nullable
                                        String serviceEndpoint)
    • Method Detail

      • getId

        @Nullable
        public String getId()
      • getType

        public String getType()
      • getDid

        @Nullable
        public String getDid()
      • getImageUrl

        @Nullable
        public String getImageUrl()
      • getLabel

        @Nullable
        public String getLabel()
      • getRecipientKeys

        @Nullable
        public List<String> getRecipientKeys()
      • getRoutingKeys

        @Nullable
        public List<String> getRoutingKeys()
      • 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)
      • setRecipientKeys

        public void setRecipientKeys​(@Nullable
                                     List<String> recipientKeys)
      • setRoutingKeys

        public void setRoutingKeys​(@Nullable
                                   List<String> routingKeys)
      • setServiceEndpoint

        public void setServiceEndpoint​(@Nullable
                                       String serviceEndpoint)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object