Klasse ServiceRegistryTier
java.lang.Object
io.github.primelib.jira4j.restv2.model.ServiceRegistryTier
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ServiceRegistryTier
extends Object
ServiceRegistryTier
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofServiceRegistryTier.Constructs a validated instance ofServiceRegistryTier. -
Methodenübersicht
-
Felddetails
-
description
tier description -
id
tier ID -
level
tier level -
name
tier name -
nameKey
name key of the tier
-
-
Konstruktordetails
-
ServiceRegistryTier
Constructs a validated instance ofServiceRegistryTier.- Parameter:
spec- the specification to process
-
ServiceRegistryTier
@Internal public ServiceRegistryTier(String description, UUID id, Integer level, String name, String nameKey) Constructs a validated instance ofServiceRegistryTier.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ServiceRegistryTier(Consumer)instead.- Parameter:
description- tier descriptionid- tier IDlevel- tier levelname- tier namenameKey- name key of the tier
-
ServiceRegistryTier
protected ServiceRegistryTier()
-
-
Methodendetails
-
builder
-
description
tier description -
id
tier ID -
level
tier level -
name
tier name -
nameKey
name key of the tier -
description
tier description- Gibt zurück:
this.
-
id
tier ID- Gibt zurück:
this.
-
level
tier level- Gibt zurück:
this.
-
name
tier name- Gibt zurück:
this.
-
nameKey
name key of the tier- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-