Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.HostToRelationships
-
Packages that use HostToRelationships Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of HostToRelationships in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return HostToRelationships Modifier and Type Method Description HostToRelationships
HostToRelationships. addIsNetworkClientOfHostItem(String isNetworkClientOfHostItem)
HostToRelationships
HostToRelationships. addIsProcessOfItem(String isProcessOfItem)
HostToRelationships
HostToRelationships. addIsSiteOfItem(String isSiteOfItem)
HostToRelationships
HostToRelationships. addRunsOnItem(String runsOnItem)
HostToRelationships
Host. getToRelationships()
Get toRelationshipsHostToRelationships
HostToRelationships. isNetworkClientOfHost(List<String> isNetworkClientOfHost)
HostToRelationships
HostToRelationships. isProcessOf(List<String> isProcessOf)
HostToRelationships
HostToRelationships. isSiteOf(List<String> isSiteOf)
HostToRelationships
HostToRelationships. runsOn(List<String> runsOn)
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type HostToRelationships Modifier and Type Method Description void
Host. setToRelationships(HostToRelationships toRelationships)
Host
Host. toRelationships(HostToRelationships toRelationships)
-