Class AppTemplateInner


  • public final class AppTemplateInner
    extends Object
    IoT Central Application Template.
    • Constructor Detail

      • AppTemplateInner

        public AppTemplateInner()
    • Method Detail

      • manifestId

        public String manifestId()
        Get the manifestId property: The ID of the template.
        Returns:
        the manifestId value.
      • manifestVersion

        public String manifestVersion()
        Get the manifestVersion property: The version of the template.
        Returns:
        the manifestVersion value.
      • name

        public String name()
        Get the name property: The name of the template.
        Returns:
        the name value.
      • title

        public String title()
        Get the title property: The title of the template.
        Returns:
        the title value.
      • order

        public Float order()
        Get the order property: The order of the template in the templates list.
        Returns:
        the order value.
      • description

        public String description()
        Get the description property: The description of the template.
        Returns:
        the description value.
      • industry

        public String industry()
        Get the industry property: The industry of the template.
        Returns:
        the industry value.
      • locations

        public List<AppTemplateLocations> locations()
        Get the locations property: A list of locations that support the template.
        Returns:
        the locations value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.