Пример #1
0
 public ClientDestination fetchDestination(String destName) {
   String result = HttpUtil.getHttpResponse(consoleUrl + destName.toUpperCase());
   return JsonUtil.fromJson(result);
 }