Class V1GroupVersionForDiscovery
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1GroupVersionForDiscovery
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1GroupVersionForDiscovery
extends Object
GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
groupVersion specifies the API group and version in the form \"group/version\"version specifies the version in the form of \"version\".groupVersion
(String groupVersion) Set groupVersion in a chainable fashion.int
hashCode()
void
setGroupVersion
(String groupVersion) Set the groupVersion property valuevoid
setVersion
(String version) Set the version property valuetoString()
Set version in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_GROUP_VERSION
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
V1GroupVersionForDiscovery
-
-
Method Details
-
getGroupVersion
groupVersion specifies the API group and version in the form \"group/version\"- Returns:
- the groupVersion property value
-
setGroupVersion
Set the groupVersion property value -
groupVersion
Set groupVersion in a chainable fashion.- Returns:
- The same instance of V1GroupVersionForDiscovery for chaining.
-
getVersion
version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.- Returns:
- the version property value
-
setVersion
Set the version property value -
version
Set version in a chainable fashion.- Returns:
- The same instance of V1GroupVersionForDiscovery for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-