Class V1alpha1ParentReference

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1alpha1ParentReference extends Object
ParentReference describes a reference to a parent object.
  • Field Details

  • Constructor Details

    • V1alpha1ParentReference

      public V1alpha1ParentReference()
  • Method Details

    • getGroup

      public String getGroup()
      Group is the group of the object being referenced.
      Returns:
      the group property value
    • setGroup

      public void setGroup(String group)
      Set the group property value
    • group

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

      public String getName()
      Name is the name of the object being referenced.
      Returns:
      the name property value
    • setName

      public void setName(String name)
      Set the name property value
    • name

      public V1alpha1ParentReference name(String name)
      Set name in a chainable fashion.
      Returns:
      The same instance of V1alpha1ParentReference for chaining.
    • getNamespace

      public String getNamespace()
      Namespace is the namespace of the object being referenced.
      Returns:
      the namespace property value
    • setNamespace

      public void setNamespace(String namespace)
      Set the namespace property value
    • namespace

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

      public String getResource()
      Resource is the resource of the object being referenced.
      Returns:
      the resource property value
    • setResource

      public void setResource(String resource)
      Set the resource property value
    • resource

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

      public String getUid()
      UID is the uid of the object being referenced.
      Returns:
      the uid property value
    • setUid

      public void setUid(String uid)
      Set the uid property value
    • uid

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