java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ForZone

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1ForZone extends Object
ForZone provides information about which zones should consume this endpoint.
  • Field Details

  • Constructor Details

    • V1ForZone

      public V1ForZone(String name)
  • Method Details

    • getName

      public String getName()
      name represents the name of the zone.
      Returns:
      the name property value
    • setName

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

      public V1ForZone name(String name)
      Set name in a chainable fashion.
      Returns:
      The same instance of V1ForZone 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