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 sentstatic class -
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) Constructs a validated instance ofExtendedValue.ExtendedValue(Consumer<ExtendedValue> spec) Constructs a validated instance ofExtendedValue. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected 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 instance ofExtendedValue.- Parameter:
spec- the specification to process
-
ExtendedValue
@Internal public ExtendedValue(ExtendedValue.EndpointTypeEnum endpointType, String key, String value) Constructs a validated instance ofExtendedValue.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ExtendedValue(Consumer)instead.- Parameter:
endpointType- Type of endpoint for which the additional header needs to sentkey- Header namevalue- Header value
-
ExtendedValue
protected ExtendedValue()
-
-
Methodendetails
-
builder
-
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
-