Class RecipientAttachment


  • public class RecipientAttachment
    extends Object
    RecipientAttachment.
    • Constructor Detail

      • RecipientAttachment

        public RecipientAttachment()
    • Method Detail

      • getAttachmentId

        public String getAttachmentId()
        .
        Returns:
        attachmentId
      • setAttachmentId

        public void setAttachmentId​(String attachmentId)
        setAttachmentId.
      • attachmentType

        public RecipientAttachment attachmentType​(String attachmentType)
        attachmentType.
        Returns:
        RecipientAttachment
      • getAttachmentType

        public String getAttachmentType()
        .
        Returns:
        attachmentType
      • setAttachmentType

        public void setAttachmentType​(String attachmentType)
        setAttachmentType.
      • getData

        public String getData()
        .
        Returns:
        data
      • setData

        public void setData​(String data)
        setData.
      • getLabel

        public String getLabel()
        .
        Returns:
        label
      • setLabel

        public void setLabel​(String label)
        setLabel.
      • getName

        public String getName()
        .
        Returns:
        name
      • setName

        public void setName​(String name)
        setName.
      • getRemoteUrl

        public String getRemoteUrl()
        .
        Returns:
        remoteUrl
      • setRemoteUrl

        public void setRemoteUrl​(String remoteUrl)
        setRemoteUrl.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object