package org.gcube.datatransfer.resolver.catalogue; public class CatalogueRequest { private String gcube_scope; private String entity_context; private String entity_name; public String getGcube_scope() { return gcube_scope; } public String getEntity_context() { return entity_context; } public String getEntity_name() { return entity_name; } }