Бөлісу құралы:


AppTemplateInner Class

  • java.lang.Object
    • com.azure.resourcemanager.iotcentral.fluent.models.AppTemplateInner

Implements

public final class AppTemplateInner
implements JsonSerializable<AppTemplateInner>

IoT Central Application Template.

Constructor Summary

Constructor Description
AppTemplateInner()

Creates an instance of AppTemplateInner class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: The description of the template.

static AppTemplateInner fromJson(JsonReader jsonReader)

Reads an instance of AppTemplateInner from the JsonReader.

String industry()

Get the industry property: The industry of the template.

List<AppTemplateLocations> locations()

Get the locations property: A list of locations that support the template.

String manifestId()

Get the manifestId property: The ID of the template.

String manifestVersion()

Get the manifestVersion property: The version of the template.

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.

JsonWriter 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:

the description value.

fromJson

public static AppTemplateInner fromJson(JsonReader jsonReader)

Reads an instance of AppTemplateInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AppTemplateInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AppTemplateInner.

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.

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.

order

public Float order()

Get the order property: The order of the template in the templates list.

Returns:

the order value.

title

public String title()

Get the title property: The title of the template.

Returns:

the title value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to