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