AppTemplateLocations Class
- java.
lang. Object - com.
azure. resourcemanager. iotcentral. models. AppTemplateLocations
- com.
Implements
public final class AppTemplateLocations
implements JsonSerializable<AppTemplateLocations>
IoT Central Application Template Locations.
Constructor Summary
| Constructor | Description |
|---|---|
| AppTemplateLocations() |
Creates an instance of App |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
App |
fromJson(JsonReader jsonReader)
Reads an instance of App |
| String |
id()
Get the id property: The ID of the location. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AppTemplateLocations
public AppTemplateLocations()
Creates an instance of AppTemplateLocations class.
Method Details
displayName
public String displayName()
Get the displayName property: The display name of the location.
Returns:
fromJson
public static AppTemplateLocations fromJson(JsonReader jsonReader)
Reads an instance of AppTemplateLocations from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The ID of the location.
Returns:
toJson
validate
public void validate()
Validates the instance.