Package | Description |
---|---|
com.google.api.services.alertcenter.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.clone() |
Entity |
Entity.set(String fieldName,
Object value) |
Entity |
Entity.setLink(String link)
Link to a Security Investigation Tool search based on this entity, if available.
|
Entity |
Entity.setName(String name)
Human-readable name of this entity, such as an email address, file ID, or device name.
|
Entity |
Entity.setValues(List<String> values)
Extra values beyond name.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
EntityList.getEntities()
List of entities affected by the alert.
|
Modifier and Type | Method and Description |
---|---|
EntityList |
EntityList.setEntities(List<Entity> entities)
List of entities affected by the alert.
|
Copyright © 2011–2024 Google. All rights reserved.