Class V1alpha1ParamKind
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1ParamKind
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1ParamKind
extends Object
ParamKind is a tuple of Group Kind and Version.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapiVersion
(String apiVersion) Set apiVersion in a chainable fashion.boolean
APIVersion is the API group version the resources belong to.getKind()
Kind is the API kind the resources belong to.int
hashCode()
Set kind in a chainable fashion.void
setApiVersion
(String apiVersion) Set the apiVersion property valuevoid
Set the kind property valuetoString()
-
Field Details
-
JSON_PROPERTY_API_VERSION
- See Also:
-
JSON_PROPERTY_KIND
- See Also:
-
-
Constructor Details
-
V1alpha1ParamKind
public V1alpha1ParamKind()
-
-
Method Details
-
getApiVersion
APIVersion is the API group version the resources belong to. In format of \"group/version\". Required.- Returns:
- the apiVersion property value
-
setApiVersion
Set the apiVersion property value -
apiVersion
Set apiVersion in a chainable fashion.- Returns:
- The same instance of V1alpha1ParamKind for chaining.
-
getKind
Kind is the API kind the resources belong to. Required.- Returns:
- the kind property value
-
setKind
Set the kind property value -
kind
Set kind in a chainable fashion.- Returns:
- The same instance of V1alpha1ParamKind for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-