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 enumType of endpoint for which the additional header needs to sent -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ExtendedValue.EndpointTypeEnumType of endpoint for which the additional header needs to sentprotected StringHeader nameprotected StringHeader value -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedExtendedValue(ExtendedValue.EndpointTypeEnum endpointType, String key, String value) ExtendedValue(Consumer<ExtendedValue> spec) Constructs a validated implementation ofExtendedValue. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanType of endpoint for which the additional header needs to sentendpointType(ExtendedValue.EndpointTypeEnum endpointType) Type of endpoint for which the additional header needs to sentbooleaninthashCode()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
-