Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.ServiceFromRelationships
-
Packages that use ServiceFromRelationships Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of ServiceFromRelationships in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return ServiceFromRelationships Modifier and Type Method Description ServiceFromRelationships
ServiceFromRelationships. addCallsItem(String callsItem)
ServiceFromRelationships
ServiceFromRelationships. addRunsOnItem(String runsOnItem)
ServiceFromRelationships
ServiceFromRelationships. addRunsOnProcessGroupInstanceItem(String runsOnProcessGroupInstanceItem)
ServiceFromRelationships
ServiceFromRelationships. calls(List<String> calls)
ServiceFromRelationships
Service. getFromRelationships()
Get fromRelationshipsServiceFromRelationships
ServiceFromRelationships. runsOn(List<String> runsOn)
ServiceFromRelationships
ServiceFromRelationships. runsOnProcessGroupInstance(List<String> runsOnProcessGroupInstance)
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type ServiceFromRelationships Modifier and Type Method Description Service
Service. fromRelationships(ServiceFromRelationships fromRelationships)
void
Service. setFromRelationships(ServiceFromRelationships fromRelationships)
-