Klasse ExtendedValue
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ExtendedValue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ExtendedValue
extends Object
ExtendedValue
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
Type of endpoint for which the additional header needs to sent -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ExtendedValue.EndpointTypeEnum
Type of endpoint for which the additional header needs to sentprotected String
Header nameprotected String
Header value -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ExtendedValue
(ExtendedValue.EndpointTypeEnum endpointType, String key, String value) ExtendedValue
(Consumer<ExtendedValue> spec) Constructs a validated implementation ofExtendedValue
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
Type of endpoint for which the additional header needs to sentendpointType
(ExtendedValue.EndpointTypeEnum endpointType) Type of endpoint for which the additional header needs to sentboolean
int
hashCode()
key()
Header nameHeader nametoString()
value()
Header valueHeader value
-
Felddetails
-
endpointType
Type of endpoint for which the additional header needs to sent -
key
Header name -
value
Header value
-
-
Konstruktordetails
-
ExtendedValue
Constructs a validated implementation ofExtendedValue
.- Parameter:
spec
- the specification to process
-
ExtendedValue
-
ExtendedValue
protected ExtendedValue()
-
-
Methodendetails
-
endpointType
Type of endpoint for which the additional header needs to sent -
key
Header name -
value
Header value -
endpointType
Type of endpoint for which the additional header needs to sent- Gibt zurück:
this
.
-
key
Header name- Gibt zurück:
this
.
-
value
Header value- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-