Class V1GroupVersionKind
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1GroupVersionKind
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1GroupVersionKind
extends Object
GroupVersionKind unambiguously identifies a kind.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetGroup()group is the group part of the GroupVersionKind.getKind()kind is the kind part of the GroupVersionKind.version is the version part of the GroupVersionKind.Set group in a chainable fashion.inthashCode()Set kind in a chainable fashion.voidSet the group property valuevoidSet the kind property valuevoidsetVersion(String version) Set the version property valuetoString()Set version in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_GROUP
- See Also:
-
JSON_PROPERTY_KIND
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
V1GroupVersionKind
-
-
Method Details
-
getGroup
group is the group part of the GroupVersionKind.- Returns:
- the group property value
-
setGroup
Set the group property value- Parameters:
group- property value to set
-
group
Set group in a chainable fashion.- Returns:
- The same instance of V1GroupVersionKind for chaining.
-
getKind
kind is the kind part of the GroupVersionKind.- 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 V1GroupVersionKind for chaining.
-
getVersion
version is the version part of the GroupVersionKind.- Returns:
- the version property value
-
setVersion
Set the version property value- Parameters:
version- property value to set
-
version
Set version in a chainable fashion.- Returns:
- The same instance of V1GroupVersionKind for chaining.
-
equals
-
hashCode
-
toString
-