Class V1NodeRuntimeHandler
java.lang.Object
io.kubernetes.client.openapi.models.V1NodeRuntimeHandler
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-23T13:45:09.091597Z[Etc/UTC]")
public class V1NodeRuntimeHandler
extends Object
NodeRuntimeHandler is a set of runtime handler information.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfeatures(V1NodeRuntimeHandlerFeatures features) static V1NodeRuntimeHandlerCreate an instance of V1NodeRuntimeHandler given an JSON stringGet featuresgetName()Runtime handler name.inthashCode()voidsetFeatures(V1NodeRuntimeHandlerFeatures features) voidtoJson()Convert an instance of V1NodeRuntimeHandler to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_FEATURES
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1NodeRuntimeHandler
public V1NodeRuntimeHandler()
-
-
Method Details
-
features
-
getFeatures
Get features- Returns:
- features
-
setFeatures
-
name
-
getName
Runtime handler name. Empty for the default runtime handler.- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to V1NodeRuntimeHandler
-
fromJson
Create an instance of V1NodeRuntimeHandler given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of V1NodeRuntimeHandler
- Throws:
IOException- if the JSON string is invalid with respect to V1NodeRuntimeHandler
-
toJson
Convert an instance of V1NodeRuntimeHandler to an JSON string- Returns:
- JSON string
-