Class V1Preconditions
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1Preconditions
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1Preconditions
extends Object
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Specifies the target ResourceVersiongetUid()
Specifies the target UID.int
hashCode()
resourceVersion
(String resourceVersion) Set resourceVersion in a chainable fashion.void
setResourceVersion
(String resourceVersion) Set the resourceVersion property valuevoid
Set the uid property valuetoString()
Set uid in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_RESOURCE_VERSION
- See Also:
-
JSON_PROPERTY_UID
- See Also:
-
-
Constructor Details
-
V1Preconditions
public V1Preconditions()
-
-
Method Details
-
getResourceVersion
Specifies the target ResourceVersion- Returns:
- the resourceVersion property value
-
setResourceVersion
Set the resourceVersion property value -
resourceVersion
Set resourceVersion in a chainable fashion.- Returns:
- The same instance of V1Preconditions for chaining.
-
getUid
Specifies the target UID.- Returns:
- the uid property value
-
setUid
Set the uid property value -
uid
Set uid in a chainable fashion.- Returns:
- The same instance of V1Preconditions for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-