Klasse AssociatedItemBean

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

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

    • id

      protected String id
      The ID of the associated record.
    • name

      protected String name
      The name of the associated record.
    • parentId

      protected String parentId
      The ID of the associated parent record.
    • parentName

      protected String parentName
      The name of the associated parent record.
    • typeName

      protected String typeName
      The type of the associated record.
  • Konstruktordetails

    • AssociatedItemBean

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

      @Internal public AssociatedItemBean(String id, String name, String parentId, String parentName, String typeName)
      Constructs a validated instance of AssociatedItemBean.

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

      Parameter:
      id - The ID of the associated record.
      name - The name of the associated record.
      parentId - The ID of the associated parent record.
      parentName - The name of the associated parent record.
      typeName - The type of the associated record.
    • AssociatedItemBean

      protected AssociatedItemBean()
  • Methodendetails

    • builder

    • id

      public String id()
      The ID of the associated record.
    • name

      public String name()
      The name of the associated record.
    • parentId

      public String parentId()
      The ID of the associated parent record.
    • parentName

      public String parentName()
      The name of the associated parent record.
    • typeName

      public String typeName()
      The type of the associated record.
    • id

      public AssociatedItemBean id(String id)
      The ID of the associated record.
      Gibt zurück:
      this.
    • name

      public AssociatedItemBean name(String name)
      The name of the associated record.
      Gibt zurück:
      this.
    • parentId

      public AssociatedItemBean parentId(String parentId)
      The ID of the associated parent record.
      Gibt zurück:
      this.
    • parentName

      public AssociatedItemBean parentName(String parentName)
      The name of the associated parent record.
      Gibt zurück:
      this.
    • typeName

      public AssociatedItemBean typeName(String typeName)
      The type of the associated record.
      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