Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1ObjectFieldSelector
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1ObjectFieldSelector
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1ObjectFieldSelector extends Object
ObjectFieldSelector selects an APIVersioned field of an object.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_API_VERSIONstatic StringJSON_PROPERTY_FIELD_PATH
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1ObjectFieldSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1ObjectFieldSelectorapiVersion(String apiVersion)booleanequals(Object o)IoK8sApiCoreV1ObjectFieldSelectorfieldPath(String fieldPath)StringgetApiVersion()Version of the schema the FieldPath is written in terms of, defaults to \"v1\".StringgetFieldPath()Path of the field to select in the specified API version.inthashCode()voidsetApiVersion(String apiVersion)voidsetFieldPath(String fieldPath)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_API_VERSION
public static final String JSON_PROPERTY_API_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FIELD_PATH
public static final String JSON_PROPERTY_FIELD_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiVersion
public IoK8sApiCoreV1ObjectFieldSelector apiVersion(String apiVersion)
-
getApiVersion
@Nullable public String getApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to \"v1\".- Returns:
- apiVersion
-
setApiVersion
public void setApiVersion(String apiVersion)
-
fieldPath
public IoK8sApiCoreV1ObjectFieldSelector fieldPath(String fieldPath)
-
getFieldPath
public String getFieldPath()
Path of the field to select in the specified API version.- Returns:
- fieldPath
-
setFieldPath
public void setFieldPath(String fieldPath)
-
-