Class ServiceRegistryTier
java.lang.Object
io.github.primelib.jira4j.restv3.model.ServiceRegistryTier
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ServiceRegistryTier
extends Object
ServiceRegistryTier
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofServiceRegistryTier.Constructs a validated instance ofServiceRegistryTier. -
Method Summary
-
Field Details
-
description
tier description -
id
tier ID -
level
tier level -
name
tier name -
nameKey
name key of the tier
-
-
Constructor Details
-
ServiceRegistryTier
Constructs a validated instance ofServiceRegistryTier.- Parameters:
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.- Parameters:
description- tier descriptionid- tier IDlevel- tier levelname- tier namenameKey- name key of the tier
-
ServiceRegistryTier
protected ServiceRegistryTier()
-
-
Method Details
-
builder
-
description
tier description -
id
tier ID -
level
tier level -
name
tier name -
nameKey
name key of the tier -
description
tier description- Returns:
this.
-
id
tier ID- Returns:
this.
-
level
tier level- Returns:
this.
-
name
tier name- Returns:
this.
-
nameKey
name key of the tier- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-