EntityCommonProperties Class
- java.
lang. Object - com.
azure. resourcemanager. securityinsights. models. EntityCommonProperties
- com.
Implements
public class EntityCommonProperties
implements JsonSerializable<EntityCommonProperties>
Entity common property bag.
Constructor Summary
| Constructor | Description |
|---|---|
| EntityCommonProperties() |
Creates an instance of Entity |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalData()
Get the additional |
| String |
friendlyName()
Get the friendly |
|
static
Entity |
fromJson(JsonReader jsonReader)
Reads an instance of Entity |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
EntityCommonProperties
public EntityCommonProperties()
Creates an instance of EntityCommonProperties 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:
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:
fromJson
public static EntityCommonProperties fromJson(JsonReader jsonReader)
Reads an instance of EntityCommonProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.