Class HostFromRelationships
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.HostFromRelationships
-
public class HostFromRelationships extends Object
HostFromRelationships
-
-
Constructor Summary
Constructors Constructor Description HostFromRelationships()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostFromRelationships
addIsNetworkClientOfHostItem(String isNetworkClientOfHostItem)
List<String>
getIsNetworkClientOfHost()
HostFromRelationships
isNetworkClientOfHost(List<String> isNetworkClientOfHost)
void
setIsNetworkClientOfHost(List<String> isNetworkClientOfHost)
String
toString()
-
-
-
Method Detail
-
isNetworkClientOfHost
public HostFromRelationships isNetworkClientOfHost(List<String> isNetworkClientOfHost)
-
addIsNetworkClientOfHostItem
public HostFromRelationships addIsNetworkClientOfHostItem(String isNetworkClientOfHostItem)
-
getIsNetworkClientOfHost
public List<String> getIsNetworkClientOfHost()
- Returns:
- isNetworkClientOfHost
-
-