@Generated(value="org.jsonschema2pojo") public class ObjectReference extends Object
| Constructor and Description |
|---|
ObjectReference()
No args constructor for use in serialization
|
ObjectReference(String apiVersion,
String fieldPath,
String kind,
String name,
String namespace,
String resourceVersion,
String uid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVersion()
API version of the referent
|
String |
getFieldPath()
if referring to a piece of an object instead of an entire object
|
String |
getKind()
kind of the referent
|
String |
getName()
name of the referent
|
String |
getNamespace()
namespace of the referent
|
String |
getResourceVersion()
specific resourceVersion to which this reference is made
|
String |
getUid()
uid of the referent
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApiVersion(String apiVersion)
API version of the referent
|
void |
setFieldPath(String fieldPath)
if referring to a piece of an object instead of an entire object
|
void |
setKind(String kind)
kind of the referent
|
void |
setName(String name)
name of the referent
|
void |
setNamespace(String namespace)
namespace of the referent
|
void |
setResourceVersion(String resourceVersion)
specific resourceVersion to which this reference is made
|
void |
setUid(String uid)
uid of the referent
|
String |
toString() |
public ObjectReference()
public String getApiVersion()
public void setApiVersion(String apiVersion)
apiVersion - The apiVersionpublic String getFieldPath()
public void setFieldPath(String fieldPath)
fieldPath - The fieldPathpublic String getKind()
public void setKind(String kind)
kind - The kindpublic String getName()
public void setName(String name)
name - The namepublic String getNamespace()
public void setNamespace(String namespace)
namespace - The namespacepublic String getResourceVersion()
public void setResourceVersion(String resourceVersion)
resourceVersion - The resourceVersionpublic String getUid()
public void setUid(String uid)
uid - The uidCopyright © 2011–2015 Red Hat. All rights reserved.