Class Link
- java.lang.Object
-
- io.fabric8.openshift.api.model.console.v1.Link
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<LinkBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Link extends Object implements io.fabric8.kubernetes.api.builder.Editable<LinkBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Represents a standard link that could be generated in HTML- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkBuilderedit()Map<String,Object>getAdditionalProperties()StringgetHref()href is the absolute secure URL for the link (must use https)StringgetText()text is the display text for the linkvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetHref(String href)href is the absolute secure URL for the link (must use https)voidsetText(String text)text is the display text for the linkLinkBuildertoBuilder()
-
-
-
Method Detail
-
getHref
public String getHref()
href is the absolute secure URL for the link (must use https)
-
setHref
public void setHref(String href)
href is the absolute secure URL for the link (must use https)
-
getText
public String getText()
text is the display text for the link
-
setText
public void setText(String text)
text is the display text for the link
-
edit
public LinkBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<LinkBuilder>
-
toBuilder
public LinkBuilder toBuilder()
-
-