Class V1alpha1GroupVersionResource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1GroupVersionResource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1GroupVersionResource
extends Object
The names of the group, the version, and the resource.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getGroup()
The name of the group.The name of the resource.The name of the version.Set group in a chainable fashion.int
hashCode()
Set resource in a chainable fashion.void
Set the group property valuevoid
setResource
(String resource) Set the resource property valuevoid
setVersion
(String version) Set the version property valuetoString()
Set version in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_GROUP
- See Also:
-
JSON_PROPERTY_RESOURCE
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
V1alpha1GroupVersionResource
public V1alpha1GroupVersionResource()
-
-
Method Details
-
getGroup
The name of the group.- 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 V1alpha1GroupVersionResource for chaining.
-
getResource
The name of the resource.- Returns:
- the resource property value
-
setResource
Set the resource property value- Parameters:
resource
- property value to set
-
resource
Set resource in a chainable fashion.- Returns:
- The same instance of V1alpha1GroupVersionResource for chaining.
-
getVersion
The name of the version.- 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 V1alpha1GroupVersionResource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-