23242526272829303132
@GET @Path("{id}") @Produces({ JSON }) public WrappedTenantUsage getTenantUsage(@PathParam("id") String id) throws CloudException { WrappedTenantUsage response = new WrappedTenantUsage(); response.tenantUsage = new TenantUsage(); return response; }