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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) Set apiVersion in a chainable fashion.booleanAPIVersion is the API group version the resources belong to.getKind()Kind is the API kind the resources belong to.inthashCode()Set kind in a chainable fashion.voidsetApiVersion(String apiVersion) Set the apiVersion property valuevoidSet 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- Parameters:
 apiVersion- property value to set
 - 
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- Parameters:
 kind- property value to set
 - 
kind
Set kind in a chainable fashion.- Returns:
 - The same instance of V1alpha1ParamKind for chaining.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -