Klasse EntityPropertyDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.EntityPropertyDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EntityPropertyDetails
extends Object
EntityPropertyDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
EntityPropertyDetails
(BigDecimal entityId, String key, String value) Constructs a validated instance ofEntityPropertyDetails
.Constructs a validated instance ofEntityPropertyDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
entityId()
The entity property ID.entityId
(BigDecimal entityId) The entity property ID.boolean
int
hashCode()
key()
The entity property key.The entity property key.toString()
value()
The new value of the entity property.The new value of the entity property.
-
Felddetails
-
entityId
The entity property ID. -
key
The entity property key. -
value
The new value of the entity property.
-
-
Konstruktordetails
-
EntityPropertyDetails
Constructs a validated instance ofEntityPropertyDetails
.- Parameter:
spec
- the specification to process
-
EntityPropertyDetails
Constructs a validated instance ofEntityPropertyDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
EntityPropertyDetails(Consumer)
instead.- Parameter:
entityId
- The entity property ID.key
- The entity property key.value
- The new value of the entity property.
-
EntityPropertyDetails
protected EntityPropertyDetails()
-
-
Methodendetails
-
builder
-
entityId
The entity property ID. -
key
The entity property key. -
value
The new value of the entity property. -
entityId
The entity property ID.- Gibt zurück:
this
.
-
key
The entity property key.- Gibt zurück:
this
.
-
value
The new value of the entity property.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-