49505152535455
/** * Gets harvest client. * @return harvest client */ public HRClient getClient(final String hostUrl) { return new HRAgpClient(normalizeUrl(hostUrl)); }