Interface Information

    • Method Detail

      • body

        java.lang.String body()
        Returns body of information object.
        Returns:
        Body of information object.
      • body

        Information body​(java.lang.String text)
        Sets body text of information object.
        Parameters:
        text - Information object body text.
        Returns:
        Information object.
      • title

        java.lang.String title()
        Returns title of information object.
        Returns:
        Title of information object.
      • title

        Information title​(java.lang.String title)
        Sets title of information object.
        Parameters:
        title - Information object title.
        Returns:
        Information object.