-
public final class GetCountersResponseResponse type for the ProfilerDomain.getCounters command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CounterInfo>result
-
Constructor Summary
Constructors Constructor Description GetCountersResponse(List<CounterInfo> result)
-
Method Summary
Modifier and Type Method Description final List<CounterInfo>component1()final GetCountersResponsecopy(List<CounterInfo> result)final List<CounterInfo>getResult()Collected counters information. -
-
Constructor Detail
-
GetCountersResponse
GetCountersResponse(List<CounterInfo> result)
-
-
Method Detail
-
component1
final List<CounterInfo> component1()
-
copy
final GetCountersResponse copy(List<CounterInfo> result)
-
getResult
final List<CounterInfo> getResult()
Collected counters information.
-
-
-
-