Class V1HTTPHeader
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1HTTPHeader
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1HTTPHeader
extends Object
HTTPHeader describes a custom header to be used in HTTP probes
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
V1HTTPHeader
-
-
Method Details
-
getName
The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1HTTPHeader for chaining.
-
getValue
The header field value- Returns:
- the value property value
-
setValue
Set the value property value -
value
Set value in a chainable fashion.- Returns:
- The same instance of V1HTTPHeader for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-