@Generated(value="org.jsonschema2pojo") public class ThirdPartyResource extends Object implements HasMetadata
| Modifier and Type | Class and Description |
|---|---|
static class |
ThirdPartyResource.ApiVersion |
| Constructor and Description |
|---|
ThirdPartyResource()
No args constructor for use in serialization
|
ThirdPartyResource(ThirdPartyResource.ApiVersion apiVersion,
String description,
String kind,
ObjectMeta metadata,
List<APIVersion> versions) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
ThirdPartyResource.ApiVersion |
getApiVersion()
(Required)
|
String |
getDescription() |
String |
getKind()
(Required)
|
ObjectMeta |
getMetadata() |
List<APIVersion> |
getVersions() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApiVersion(ThirdPartyResource.ApiVersion apiVersion)
(Required)
|
void |
setDescription(String description) |
void |
setKind(String kind)
(Required)
|
void |
setMetadata(ObjectMeta metadata) |
void |
setVersions(List<APIVersion> versions) |
public ThirdPartyResource()
public ThirdPartyResource(ThirdPartyResource.ApiVersion apiVersion, String description, String kind, ObjectMeta metadata, List<APIVersion> versions)
metadata - apiVersion - versions - kind - description - public ThirdPartyResource.ApiVersion getApiVersion()
public void setApiVersion(ThirdPartyResource.ApiVersion apiVersion)
apiVersion - The apiVersionpublic String getDescription()
public void setDescription(String description)
description - The descriptionpublic String getKind()
getKind in interface HasMetadatapublic void setKind(String kind)
kind - The kindpublic ObjectMeta getMetadata()
getMetadata in interface HasMetadatapublic void setMetadata(ObjectMeta metadata)
setMetadata in interface HasMetadatametadata - The metadatapublic List<APIVersion> getVersions()
public void setVersions(List<APIVersion> versions)
versions - The versionsCopyright © 2011–2016 Red Hat. All rights reserved.