Class V1alpha1ParamKind
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha1ParamKind
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-23T13:45:09.091597Z[Etc/UTC]")
public class V1alpha1ParamKind
extends Object
ParamKind is a tuple of Group Kind and Version.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiVersion
(String apiVersion) boolean
static V1alpha1ParamKind
Create an instance of V1alpha1ParamKind given an JSON stringAPIVersion is the API group version the resources belong to.getKind()
Kind is the API kind the resources belong to.int
hashCode()
void
setApiVersion
(String apiVersion) void
toJson()
Convert an instance of V1alpha1ParamKind to an JSON stringtoString()
static void
validateJsonObject
(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_API_VERSION
- See Also:
-
SERIALIZED_NAME_KIND
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1alpha1ParamKind
public V1alpha1ParamKind()
-
-
Method Details
-
apiVersion
-
getApiVersion
APIVersion is the API group version the resources belong to. In format of \"group/version\". Required.- Returns:
- apiVersion
-
setApiVersion
-
kind
-
getKind
Kind is the API kind the resources belong to. Required.- Returns:
- kind
-
setKind
-
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 V1alpha1ParamKind
-
fromJson
Create an instance of V1alpha1ParamKind given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of V1alpha1ParamKind
- Throws:
IOException
- if the JSON string is invalid with respect to V1alpha1ParamKind
-
toJson
Convert an instance of V1alpha1ParamKind to an JSON string- Returns:
- JSON string
-