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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getGroup()
Group is the group of the object being referenced.getName()
Name is the name of the object being referenced.Namespace is the namespace of the object being referenced.Resource is the resource of the object being referenced.getUid()
UID is the uid of the object being referenced.Set group in a chainable fashion.int
hashCode()
Set name in a chainable fashion.Set namespace in a chainable fashion.Set resource in a chainable fashion.void
Set the group property valuevoid
Set the name property valuevoid
setNamespace
(String namespace) Set the namespace property valuevoid
setResource
(String resource) Set the resource property valuevoid
Set the uid property valuetoString()
Set uid in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_GROUP
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NAMESPACE
- See Also:
-
JSON_PROPERTY_RESOURCE
- See Also:
-
JSON_PROPERTY_UID
- See Also:
-
-
Constructor Details
-
V1alpha1ParentReference
public V1alpha1ParentReference()
-
-
Method Details
-
getGroup
Group is the group of the object being referenced.- Returns:
- the group property value
-
setGroup
Set the group property value -
group
Set group in a chainable fashion.- Returns:
- The same instance of V1alpha1ParentReference for chaining.
-
getName
Name is the name of the object being referenced.- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1alpha1ParentReference for chaining.
-
getNamespace
Namespace is the namespace of the object being referenced.- Returns:
- the namespace property value
-
setNamespace
Set the namespace property value -
namespace
Set namespace in a chainable fashion.- Returns:
- The same instance of V1alpha1ParentReference for chaining.
-
getResource
Resource is the resource of the object being referenced.- Returns:
- the resource property value
-
setResource
Set the resource property value -
resource
Set resource in a chainable fashion.- Returns:
- The same instance of V1alpha1ParentReference for chaining.
-
getUid
UID is the uid of the object being referenced.- Returns:
- the uid property value
-
setUid
Set the uid property value -
uid
Set uid in a chainable fashion.- Returns:
- The same instance of V1alpha1ParentReference for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-