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 Details

  • Constructor Details

    • V1HTTPHeader

      public V1HTTPHeader(String name, String value)
  • Method Details

    • getName

      public String 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

      public void setName(String name)
      Set the name property value
    • name

      public V1HTTPHeader name(String name)
      Set name in a chainable fashion.
      Returns:
      The same instance of V1HTTPHeader for chaining.
    • getValue

      public String getValue()
      The header field value
      Returns:
      the value property value
    • setValue

      public void setValue(String value)
      Set the value property value
    • value

      public V1HTTPHeader value(String value)
      Set value in a chainable fashion.
      Returns:
      The same instance of V1HTTPHeader for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object