Klasse PossibleValue
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.PossibleValue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PossibleValue
extends Object
PossibleValue
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<InternationalizedString>
Descriptive name for the valueprotected String
value that need to be used when providing value for the respective policy action parameter -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
PossibleValue
(Consumer<PossibleValue> spec) Constructs a validated instance ofPossibleValue
.PossibleValue
(List<InternationalizedString> names, String value) Constructs a validated instance ofPossibleValue
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
names()
Descriptive name for the valuenames
(List<InternationalizedString> names) Descriptive name for the valuetoString()
value()
value that need to be used when providing value for the respective policy action parametervalue that need to be used when providing value for the respective policy action parameter
-
Felddetails
-
names
Descriptive name for the value -
value
value that need to be used when providing value for the respective policy action parameter
-
-
Konstruktordetails
-
PossibleValue
Constructs a validated instance ofPossibleValue
.- Parameter:
spec
- the specification to process
-
PossibleValue
Constructs a validated instance ofPossibleValue
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PossibleValue(Consumer)
instead.- Parameter:
names
- Descriptive name for the valuevalue
- value that need to be used when providing value for the respective policy action parameter
-
PossibleValue
protected PossibleValue()
-
-
Methodendetails
-
builder
-
names
Descriptive name for the value -
value
value that need to be used when providing value for the respective policy action parameter -
names
Descriptive name for the value- Gibt zurück:
this
.
-
value
value that need to be used when providing value for the respective policy action parameter- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-