Class NotificationMessageWithLink

  • Direct Known Subclasses:
    NotificationMessageWithLink

    @Deprecated(since="1811",
                forRemoval=true)
    public class NotificationMessageWithLink
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1811
    See Also:
    NotificationMessageWithLink
    • Constructor Summary

      Constructors 
      Constructor Description
      NotificationMessageWithLink()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Integer getIndex()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getLink()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getPrefix()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getSuffix()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setIndex​(java.lang.Integer index)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setLink​(java.lang.String link)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setPrefix​(java.lang.String prefix)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setSuffix​(java.lang.String suffix)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotificationMessageWithLink

        public NotificationMessageWithLink()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getPrefix

        public java.lang.String getPrefix()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getLink

        public java.lang.String getLink()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setLink

        public void setLink​(java.lang.String link)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getSuffix

        public java.lang.String getSuffix()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setSuffix

        public void setSuffix​(java.lang.String suffix)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getIndex

        public java.lang.Integer getIndex()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setIndex

        public void setIndex​(java.lang.Integer index)
        Deprecated, for removal: This API element is subject to removal in a future version.