Class CatalogueRequest
- java.lang.Object
-
- org.gcube.datatransfer.resolver.catalogue.CatalogueRequest
-
public class CatalogueRequest extends Object
The Class CatalogueRequest.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Apr 20, 2022
-
-
Constructor Summary
Constructors Constructor Description CatalogueRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntity_context()Gets the entity_context.StringgetEntity_name()Gets the entity_name.StringgetGcube_scope()Gets the gcube_scope.StringgetQuery_string()Gets the query string.StringtoString()To string.
-
-
-
Method Detail
-
getGcube_scope
public String getGcube_scope()
Gets the gcube_scope.- Returns:
- the gcube_scope
-
getEntity_context
public String getEntity_context()
Gets the entity_context.- Returns:
- the entity_context
-
getEntity_name
public String getEntity_name()
Gets the entity_name.- Returns:
- the entity_name
-
getQuery_string
public String getQuery_string()
Gets the query string.- Returns:
- the query string
-
-