Klasse IconBean

java.lang.Object
io.github.primelib.jira4j.restv3.model.IconBean

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class IconBean extends Object
IconBean
  • Felddetails

    • title

      protected String title
      The title of the icon, for use as a tooltip on the icon.
    • url16x16

      protected String url16x16
      The URL of a 16x16 pixel icon.
  • Konstruktordetails

    • IconBean

      public IconBean(Consumer<IconBean> spec)
      Constructs a validated instance of IconBean.
      Parameter:
      spec - the specification to process
    • IconBean

      @Internal public IconBean(String link, String title, String url16x16)
      Constructs a validated instance of IconBean.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using IconBean(Consumer) instead.

      Parameter:
      link - The URL of the tooltip, used only for a status icon.
      title - The title of the icon, for use as a tooltip on the icon.
      url16x16 - The URL of a 16x16 pixel icon.
    • IconBean

      protected IconBean()
  • Methodendetails

    • builder

      public static IconBean.IconBeanBuilder builder()
    • link

      public String link()
      The URL of the tooltip, used only for a status icon.
    • title

      public String title()
      The title of the icon, for use as a tooltip on the icon.
    • url16x16

      public String url16x16()
      The URL of a 16x16 pixel icon.
    • link

      public IconBean link(String link)
      The URL of the tooltip, used only for a status icon.
      Gibt zurück:
      this.
    • title

      public IconBean title(String title)
      The title of the icon, for use as a tooltip on the icon.
      Gibt zurück:
      this.
    • url16x16

      public IconBean url16x16(String url16x16)
      The URL of a 16x16 pixel icon.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object