CloudApplicationEntity Class

public final class CloudApplicationEntity
extends Entity

Represents a cloud application entity.

Constructor Summary

Constructor Description
CloudApplicationEntity()

Creates an instance of CloudApplicationEntity class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalData()

Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.

Integer appId()

Get the appId property: The technical identifier of the application.

String appName()

Get the appName property: The name of the related cloud application.

String friendlyName()

Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.

static CloudApplicationEntity fromJson(JsonReader jsonReader)

Reads an instance of CloudApplicationEntity from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String instanceName()

Get the instanceName property: The user defined instance name of the cloud application.

EntityKindEnum kind()

Get the kind property: The kind of the entity.

String name()

Get the name property: The name of the resource.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

Methods inherited from Entity

Methods inherited from java.lang.Object

Constructor Details

CloudApplicationEntity

public CloudApplicationEntity()

Creates an instance of CloudApplicationEntity class.

Method Details

additionalData

public Map<String,Object> additionalData()

Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.

Returns:

the additionalData value.

appId

public Integer appId()

Get the appId property: The technical identifier of the application.

Returns:

the appId value.

appName

public String appName()

Get the appName property: The name of the related cloud application.

Returns:

the appName value.

friendlyName

public String friendlyName()

Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

Returns:

the friendlyName value.

fromJson

public static CloudApplicationEntity fromJson(JsonReader jsonReader)

Reads an instance of CloudApplicationEntity from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

CloudApplicationEntity.id()

Returns:

the id value.

instanceName

public String instanceName()

Get the instanceName property: The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has.

Returns:

the instanceName value.

kind

public EntityKindEnum kind()

Get the kind property: The kind of the entity.

Overrides:

CloudApplicationEntity.kind()

Returns:

the kind value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

CloudApplicationEntity.name()

Returns:

the name value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Overrides:

CloudApplicationEntity.systemData()

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

CloudApplicationEntity.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

CloudApplicationEntity.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

CloudApplicationEntity.validate()

Applies to