Class ServiceToRelationships
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.ServiceToRelationships
-
public class ServiceToRelationships extends Object
ServiceToRelationships
-
-
Constructor Summary
Constructors Constructor Description ServiceToRelationships()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceToRelationships
addCallsItem(String callsItem)
ServiceToRelationships
calls(List<String> calls)
List<String>
getCalls()
void
setCalls(List<String> calls)
String
toString()
-
-
-
Method Detail
-
calls
public ServiceToRelationships calls(List<String> calls)
-
addCallsItem
public ServiceToRelationships addCallsItem(String callsItem)
-
-