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 Details

  • Constructor Details

    • V1alpha1GroupVersionResource

      public V1alpha1GroupVersionResource()
  • Method Details

    • getGroup

      public String getGroup()
      The name of the group.
      Returns:
      the group property value
    • setGroup

      public void setGroup(String group)
      Set the group property value
      Parameters:
      group - property value to set
    • group

      public V1alpha1GroupVersionResource group(String group)
      Set group in a chainable fashion.
      Returns:
      The same instance of V1alpha1GroupVersionResource for chaining.
    • getResource

      public String getResource()
      The name of the resource.
      Returns:
      the resource property value
    • setResource

      public void setResource(String resource)
      Set the resource property value
      Parameters:
      resource - property value to set
    • resource

      public V1alpha1GroupVersionResource resource(String resource)
      Set resource in a chainable fashion.
      Returns:
      The same instance of V1alpha1GroupVersionResource for chaining.
    • getVersion

      public String getVersion()
      The name of the version.
      Returns:
      the version property value
    • setVersion

      public void setVersion(String version)
      Set the version property value
      Parameters:
      version - property value to set
    • version

      public V1alpha1GroupVersionResource version(String version)
      Set version in a chainable fashion.
      Returns:
      The same instance of V1alpha1GroupVersionResource for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object