Class CLIDownloadLink
- java.lang.Object
-
- io.fabric8.openshift.api.model.console.v1.CLIDownloadLink
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<CLIDownloadLinkBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class CLIDownloadLink extends Object implements io.fabric8.kubernetes.api.builder.Editable<CLIDownloadLinkBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CLIDownloadLink()No args constructor for use in serializationCLIDownloadLink(String href, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CLIDownloadLinkBuilderedit()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 linkCLIDownloadLinkBuildertoBuilder()
-
-
-
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 CLIDownloadLinkBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<CLIDownloadLinkBuilder>
-
toBuilder
public CLIDownloadLinkBuilder toBuilder()
-
-