@Generated(value="org.jsonschema2pojo") public class ConsoleLinkSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ConsoleLinkSpec()
No args constructor for use in serialization
|
ConsoleLinkSpec(ApplicationMenuSpec applicationMenu,
String href,
String location,
NamespaceDashboardSpec namespaceDashboard,
String text) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
ApplicationMenuSpec |
getApplicationMenu() |
String |
getHref() |
String |
getLocation() |
NamespaceDashboardSpec |
getNamespaceDashboard() |
String |
getText() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApplicationMenu(ApplicationMenuSpec applicationMenu) |
void |
setHref(String href) |
void |
setLocation(String location) |
void |
setNamespaceDashboard(NamespaceDashboardSpec namespaceDashboard) |
void |
setText(String text) |
public ConsoleLinkSpec()
public ConsoleLinkSpec(ApplicationMenuSpec applicationMenu, String href, String location, NamespaceDashboardSpec namespaceDashboard, String text)
applicationMenu - location - href - text - namespaceDashboard - public ApplicationMenuSpec getApplicationMenu()
public void setApplicationMenu(ApplicationMenuSpec applicationMenu)
applicationMenu - The applicationMenupublic String getHref()
public void setHref(String href)
href - The hrefpublic String getLocation()
public void setLocation(String location)
location - The locationpublic NamespaceDashboardSpec getNamespaceDashboard()
public void setNamespaceDashboard(NamespaceDashboardSpec namespaceDashboard)
namespaceDashboard - The namespaceDashboardpublic String getText()
public void setText(String text)
text - The textCopyright © 2015–2020 Red Hat. All rights reserved.