public interface AccessPointFacet
extends org.gcube.informationsystem.model.entity.Facet
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
ENDPOINT_PROPERTY |
static String |
NAME |
static String |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.informationsystem.model.embedded.ValueSchema |
getAuthorization() |
String |
getDescription() |
URI |
getEndpoint() |
String |
getEntryName() |
String |
getProtocol() |
void |
setAuthorization(org.gcube.informationsystem.model.embedded.ValueSchema authorization) |
void |
setDescription(String description) |
void |
setEndpoint(URI endpoint) |
void |
setEntryName(String entryName) |
void |
setProtocol(String protocol) |
static final String NAME
static final String DESCRIPTION
static final String VERSION
static final String ENDPOINT_PROPERTY
String getEntryName()
void setEntryName(String entryName)
URI getEndpoint()
void setEndpoint(URI endpoint)
String getProtocol()
void setProtocol(String protocol)
String getDescription()
void setDescription(String description)
org.gcube.informationsystem.model.embedded.ValueSchema getAuthorization()
void setAuthorization(org.gcube.informationsystem.model.embedded.ValueSchema authorization)
Copyright © 2018. All Rights Reserved.