AppTemplateInner Class
- java.
lang. Object - com.
azure. resourcemanager. iotcentral. fluent. models. AppTemplateInner
- com.
Implements
public final class AppTemplateInner
implements JsonSerializable<AppTemplateInner>
IoT Central Application Template.
Constructor Summary
| Constructor | Description |
|---|---|
| AppTemplateInner() |
Creates an instance of App |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The description of the template. |
|
static
App |
fromJson(JsonReader jsonReader)
Reads an instance of App |
| String |
industry()
Get the industry property: The industry of the template. |
|
List<App |
locations()
Get the locations property: A list of locations that support the template. |
| String |
manifestId()
Get the manifest |
| String |
manifestVersion()
Get the manifest |
| String |
name()
Get the name property: The name of the template. |
| Float |
order()
Get the order property: The order of the template in the templates list. |
| String |
title()
Get the title property: The title of the template. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AppTemplateInner
public AppTemplateInner()
Creates an instance of AppTemplateInner class.
Method Details
description
public String description()
Get the description property: The description of the template.
Returns:
fromJson
public static AppTemplateInner fromJson(JsonReader jsonReader)
Reads an instance of AppTemplateInner from the JsonReader.
Parameters:
Returns:
Throws:
industry
public String industry()
Get the industry property: The industry of the template.
Returns:
locations
public List<AppTemplateLocations> locations()
Get the locations property: A list of locations that support the template.
Returns:
manifestId
public String manifestId()
Get the manifestId property: The ID of the template.
Returns:
manifestVersion
public String manifestVersion()
Get the manifestVersion property: The version of the template.
Returns:
name
public String name()
Get the name property: The name of the template.
Returns:
order
public Float order()
Get the order property: The order of the template in the templates list.
Returns:
title
public String title()
Get the title property: The title of the template.
Returns:
toJson
validate
public void validate()
Validates the instance.