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.
  • Field Details

  • Constructor Details

    • V1NodeRuntimeHandler

      public V1NodeRuntimeHandler()
  • Method Details

    • features

    • getFeatures

      @Nullable public V1NodeRuntimeHandlerFeatures getFeatures()
      Get features
      Returns:
      features
    • setFeatures

      public void setFeatures(V1NodeRuntimeHandlerFeatures features)
    • name

      public V1NodeRuntimeHandler name(String name)
    • getName

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

      public void setName(String name)
    • 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
    • validateJsonObject

      public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
      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

      public static V1NodeRuntimeHandler fromJson(String jsonString) throws IOException
      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

      public String toJson()
      Convert an instance of V1NodeRuntimeHandler to an JSON string
      Returns:
      JSON string