Class V1GroupResource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1GroupResource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1GroupResource
extends Object
GroupResource specifies a Group and a Resource, but does not force a version. This is useful for identifying concepts during lookup stages without having partially valid types
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetGroup()Set group in a chainable fashion.inthashCode()Set resource in a chainable fashion.voidSet the group property valuevoidsetResource(String resource) Set the resource property valuetoString()
-
Field Details
-
JSON_PROPERTY_GROUP
- See Also:
-
JSON_PROPERTY_RESOURCE
- See Also:
-
-
Constructor Details
-
V1GroupResource
-
-
Method Details
-
getGroup
- 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 V1GroupResource for chaining.
-
getResource
- 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 V1GroupResource for chaining.
-
equals
-
hashCode
-
toString
-