@Generated(value="org.jsonschema2pojo") public class Link extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Link()
No args constructor for use in serialization
|
Link(String href,
String text) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHref() |
String |
getText() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHref(String href) |
void |
setText(String text) |
Copyright © 2015–2020 Red Hat. All rights reserved.