com.hp.lft.sdk.java

Class LinkDescription

    • Constructor Detail

      • LinkDescription

        public LinkDescription()
        Initializes a new instance of the LinkDescription class.
      • LinkDescription

        protected LinkDescription(LinkDescription.Init<?> init)
        Initializes a new instance of the LinkDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setText

        public void setText(java.lang.String text)
        Sets the link text.
        Parameters:
        text - the link text.
      • getText

        public StringProperty getText()
        Returns the link text.
        Returns:
        the link text.