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