Class SimpleApplicationPropertyBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.SimpleApplicationPropertyBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SimpleApplicationPropertyBean
extends Object
SimpleApplicationPropertyBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SimpleApplicationPropertyBean
(String id, String value) Constructs a validated instance ofSimpleApplicationPropertyBean
.Constructs a validated instance ofSimpleApplicationPropertyBean
. -
Method Summary
-
Field Details
-
id
The ID of the application property. -
value
The new value.
-
-
Constructor Details
-
SimpleApplicationPropertyBean
Constructs a validated instance ofSimpleApplicationPropertyBean
.- Parameters:
spec
- the specification to process
-
SimpleApplicationPropertyBean
Constructs a validated instance ofSimpleApplicationPropertyBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SimpleApplicationPropertyBean(Consumer)
instead.- Parameters:
id
- The ID of the application property.value
- The new value.
-
SimpleApplicationPropertyBean
protected SimpleApplicationPropertyBean()
-
-
Method Details
-
builder
-
id
The ID of the application property. -
value
The new value. -
id
The ID of the application property.- Returns:
this
.
-
value
The new value.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-