5960616263646566
return url; } private void throwIfParametersMissing() { if (url == null || apiKey == null || accountId == null) { throw new ParameterNotSetException("some parameter has not been set"); } }