Class ConsoleCLIDownloadSpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ConsoleCLIDownloadSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ConsoleCLIDownloadSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ConsoleCLIDownloadSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ConsoleCLIDownloadSpec is the desired cli download configuration.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsoleCLIDownloadSpec

        public ConsoleCLIDownloadSpec()
        No args constructor for use in serialization
    • Method Detail

      • getDescription

        public String getDescription()
        description is the description of the CLI download (can include markdown).
      • setDescription

        public void setDescription​(String description)
        description is the description of the CLI download (can include markdown).
      • getDisplayName

        public String getDisplayName()
        displayName is the display name of the CLI download.
      • setDisplayName

        public void setDisplayName​(String displayName)
        displayName is the display name of the CLI download.
      • getLinks

        public List<CLIDownloadLink> getLinks()
        links is a list of objects that provide CLI download link details.
      • setLinks

        public void setLinks​(List<CLIDownloadLink> links)
        links is a list of objects that provide CLI download link details.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)