@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1ObjectFieldSelector extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_FIELD_PATH |
Constructor and Description |
---|
V1ObjectFieldSelector() |
Modifier and Type | Method and Description |
---|---|
V1ObjectFieldSelector |
apiVersion(String apiVersion) |
boolean |
equals(Object o) |
V1ObjectFieldSelector |
fieldPath(String fieldPath) |
String |
getApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to \"v1\".
|
String |
getFieldPath()
Path of the field to select in the specified API version.
|
int |
hashCode() |
void |
setApiVersion(String apiVersion) |
void |
setFieldPath(String fieldPath) |
String |
toString() |
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_FIELD_PATH
public V1ObjectFieldSelector apiVersion(String apiVersion)
@Nullable public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1ObjectFieldSelector fieldPath(String fieldPath)
public String getFieldPath()
public void setFieldPath(String fieldPath)
Copyright © 2020. All rights reserved.