Class V1ObjectFieldSelector
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ObjectFieldSelector
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ObjectFieldSelector
extends Object
ObjectFieldSelector selects an APIVersioned field of an object.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapiVersion
(String apiVersion) Set apiVersion in a chainable fashion.boolean
Set fieldPath in a chainable fashion.Version of the schema the FieldPath is written in terms of, defaults to \"v1\".Path of the field to select in the specified API version.int
hashCode()
void
setApiVersion
(String apiVersion) Set the apiVersion property valuevoid
setFieldPath
(String fieldPath) Set the fieldPath property valuetoString()
-
Field Details
-
JSON_PROPERTY_API_VERSION
- See Also:
-
JSON_PROPERTY_FIELD_PATH
- See Also:
-
-
Constructor Details
-
V1ObjectFieldSelector
-
-
Method Details
-
getApiVersion
Version of the schema the FieldPath is written in terms of, defaults to \"v1\".- Returns:
- the apiVersion property value
-
setApiVersion
Set the apiVersion property value -
apiVersion
Set apiVersion in a chainable fashion.- Returns:
- The same instance of V1ObjectFieldSelector for chaining.
-
getFieldPath
Path of the field to select in the specified API version.- Returns:
- the fieldPath property value
-
setFieldPath
Set the fieldPath property value -
fieldPath
Set fieldPath in a chainable fashion.- Returns:
- The same instance of V1ObjectFieldSelector for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-