Class V1alpha1ParamKind

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1ParamKind

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1alpha1ParamKind extends Object
ParamKind is a tuple of Group Kind and Version.
  • Field Details

  • Constructor Details

    • V1alpha1ParamKind

      public V1alpha1ParamKind()
  • Method Details

    • getApiVersion

      public String getApiVersion()
      APIVersion is the API group version the resources belong to. In format of \"group/version\". Required.
      Returns:
      the apiVersion property value
    • setApiVersion

      public void setApiVersion(String apiVersion)
      Set the apiVersion property value
    • apiVersion

      public V1alpha1ParamKind apiVersion(String apiVersion)
      Set apiVersion in a chainable fashion.
      Returns:
      The same instance of V1alpha1ParamKind for chaining.
    • getKind

      public String getKind()
      Kind is the API kind the resources belong to. Required.
      Returns:
      the kind property value
    • setKind

      public void setKind(String kind)
      Set the kind property value
    • kind

      public V1alpha1ParamKind kind(String kind)
      Set kind in a chainable fashion.
      Returns:
      The same instance of V1alpha1ParamKind 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