Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.model.TagInfo
-
Packages that use TagInfo Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.model de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of TagInfo in de.tsystems.mms.apm.performancesignature.dynatracesaas.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.model that return TagInfo Modifier and Type Method Description TagInfo
TagInfo. context(TagInfo.ContextEnum context)
TagInfo
TagInfo. key(String key)
TagInfo
TagInfo. value(String value)
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.model that return types with arguments of type TagInfo Modifier and Type Method Description List<TagInfo>
TagMatchRule. getTags()
List of Tags an entity has to matchMethods in de.tsystems.mms.apm.performancesignature.dynatracesaas.model with parameters of type TagInfo Modifier and Type Method Description TagMatchRule
TagMatchRule. addTagsItem(TagInfo tagsItem)
Method parameters in de.tsystems.mms.apm.performancesignature.dynatracesaas.model with type arguments of type TagInfo Modifier and Type Method Description void
TagMatchRule. setTags(List<TagInfo> tags)
TagMatchRule
TagMatchRule. tags(List<TagInfo> tags)
-
Uses of TagInfo in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return types with arguments of type TagInfo Modifier and Type Method Description List<TagInfo>
Application. getTags()
The list of entity tags.List<TagInfo>
EventRestEntry. getTags()
Collects all the tags associated with the monitored entity that raises the eventList<TagInfo>
Host. getTags()
The list of entity tags.List<TagInfo>
ProcessGroup. getTags()
The list of entity tags.List<TagInfo>
ProcessGroupInstance. getTags()
The list of entity tags.List<TagInfo>
Service. getTags()
The list of entity tags.Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type TagInfo Modifier and Type Method Description Application
Application. addTagsItem(TagInfo tagsItem)
EventRestEntry
EventRestEntry. addTagsItem(TagInfo tagsItem)
Host
Host. addTagsItem(TagInfo tagsItem)
ProcessGroup
ProcessGroup. addTagsItem(TagInfo tagsItem)
ProcessGroupInstance
ProcessGroupInstance. addTagsItem(TagInfo tagsItem)
Service
Service. addTagsItem(TagInfo tagsItem)
Method parameters in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with type arguments of type TagInfo Modifier and Type Method Description void
Application. setTags(List<TagInfo> tags)
void
EventRestEntry. setTags(List<TagInfo> tags)
void
Host. setTags(List<TagInfo> tags)
void
ProcessGroup. setTags(List<TagInfo> tags)
void
ProcessGroupInstance. setTags(List<TagInfo> tags)
void
Service. setTags(List<TagInfo> tags)
Application
Application. tags(List<TagInfo> tags)
EventRestEntry
EventRestEntry. tags(List<TagInfo> tags)
Host
Host. tags(List<TagInfo> tags)
ProcessGroup
ProcessGroup. tags(List<TagInfo> tags)
ProcessGroupInstance
ProcessGroupInstance. tags(List<TagInfo> tags)
Service
Service. tags(List<TagInfo> tags)
-