Class V1NodeRuntimeHandler

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1NodeRuntimeHandler extends Object
NodeRuntimeHandler is a set of runtime handler information.
  • Field Details

  • Constructor Details

    • V1NodeRuntimeHandler

      public V1NodeRuntimeHandler()
  • Method Details

    • getFeatures

      public V1NodeRuntimeHandlerFeatures getFeatures()
      Returns:
      the features property value
    • setFeatures

      public void setFeatures(V1NodeRuntimeHandlerFeatures features)
      Set the features property value
      Parameters:
      features - property value to set
    • features

      Set features in a chainable fashion.
      Returns:
      The same instance of V1NodeRuntimeHandler for chaining.
    • getName

      public String getName()
      Runtime handler name. Empty for the default runtime handler.
      Returns:
      the name property value
    • setName

      public void setName(String name)
      Set the name property value
      Parameters:
      name - property value to set
    • name

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