@Generated(value="org.jsonschema2pojo") public class ObjectFieldSelector extends Object
Constructor and Description |
---|
ObjectFieldSelector()
No args constructor for use in serialization
|
ObjectFieldSelector(String apiVersion,
String fieldPath) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVersion()
version of the schema that 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 |
setAdditionalProperty(String name,
Object value) |
void |
setApiVersion(String apiVersion)
version of the schema that fieldPath is written in terms of; defaults to v1
|
void |
setFieldPath(String fieldPath)
path of the field to select in the specified API version
|
String |
toString() |
public ObjectFieldSelector()
public String getApiVersion()
public void setApiVersion(String apiVersion)
apiVersion
- The apiVersionpublic String getFieldPath()
public void setFieldPath(String fieldPath)
fieldPath
- The fieldPathCopyright © 2011–2015 Red Hat. All rights reserved.