Class GeoportalResolverQueryString
- java.lang.Object
-
- org.gcube.portlets.user.uriresolvermanager.resolvers.query.GeoportalResolverQueryString
-
public class GeoportalResolverQueryString extends Object
The Class GeoportalResolverQueryString.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Mar 27, 2023
-
-
Constructor Summary
Constructors Constructor Description GeoportalResolverQueryString(GeoportalResolverQueryStringBuilder builder)Instantiates a new geoportal resolver query string.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGcubeScope()Gets the gcube scope.StringgetItemId()Gets the item id.StringgetItemType()Gets the item type.StringgetResolveAs()Gets the resolver as.StringtoString()
-
-
-
Constructor Detail
-
GeoportalResolverQueryString
public GeoportalResolverQueryString(GeoportalResolverQueryStringBuilder builder)
Instantiates a new geoportal resolver query string.- Parameters:
builder- the builder
-
-
Method Detail
-
getItemType
public String getItemType()
Gets the item type.- Returns:
- the item type
-
getItemId
public String getItemId()
Gets the item id.- Returns:
- the item id
-
getGcubeScope
public String getGcubeScope()
Gets the gcube scope.- Returns:
- the gcube scope
-
getResolveAs
public String getResolveAs()
Gets the resolver as.- Returns:
- the resolver as
-
-