Klasse AssociatedItemBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.AssociatedItemBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AssociatedItemBean
extends Object
AssociatedItemBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The ID of the associated record.protected String
The name of the associated record.protected String
The ID of the associated parent record.protected String
The name of the associated parent record.protected String
The type of the associated record. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofAssociatedItemBean
.Constructs a validated instance ofAssociatedItemBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
The ID of the associated record.The ID of the associated record.name()
The name of the associated record.The name of the associated record.parentId()
The ID of the associated parent record.The ID of the associated parent record.The name of the associated parent record.parentName
(String parentName) The name of the associated parent record.toString()
typeName()
The type of the associated record.The type of the associated record.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
AssociatedItemBean
Constructs a validated instance ofAssociatedItemBean
.- Parameter:
spec
- the specification to process
-
AssociatedItemBean
@Internal public AssociatedItemBean(String id, String name, String parentId, String parentName, String typeName) Constructs a validated instance ofAssociatedItemBean
.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
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. -
id
The ID of the associated record.- Gibt zurück:
this
.
-
name
The name of the associated record.- Gibt zurück:
this
.
-
parentId
The ID of the associated parent record.- Gibt zurück:
this
.
-
parentName
The name of the associated parent record.- Gibt zurück:
this
.
-
typeName
The type of the associated record.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-