732733734735736737738739740741742
} catch (HttpClientErrorException hcee) { throw new ZencoderClientException(hcee.getResponseBodyAsString(), hcee); } ZencoderVodUsage usage = null; try { usage = mapper.readValue( response.getBody(), ZencoderVodUsage.class);