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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
features
(V1NodeRuntimeHandlerFeatures features) Set features in a chainable fashion.getName()
Runtime handler name.int
hashCode()
Set name in a chainable fashion.void
setFeatures
(V1NodeRuntimeHandlerFeatures features) Set the features property valuevoid
Set the name property valuetoString()
-
Field Details
-
JSON_PROPERTY_FEATURES
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
V1NodeRuntimeHandler
public V1NodeRuntimeHandler()
-
-
Method Details
-
getFeatures
- Returns:
- the features property value
-
setFeatures
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
Runtime handler name. Empty for the default runtime handler.- Returns:
- the name property value
-
setName
Set the name property value- Parameters:
name
- property value to set
-
name
Set name in a chainable fashion.- Returns:
- The same instance of V1NodeRuntimeHandler for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-