public class EndpointMetadata extends AbstractMetadata
| Modifier and Type | Class and Description |
|---|---|
static class |
EndpointMetadata.EndpointType |
Metadata.MetadataType| Constructor and Description |
|---|
EndpointMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
EndpointMetadata.EndpointType |
getEndpointType() |
String |
getId() |
Metadata.MetadataType |
getMetadataType()
Gets the metadata type of this object.
|
String |
getNode() |
String |
getPort() |
void |
setDescription(String description) |
void |
setEndpointType(EndpointMetadata.EndpointType endpointType) |
void |
setId(String id) |
void |
setNode(String node) |
void |
setPort(String port) |
addData, getProperties, getProperty, setPropertypublic String getId()
public void setId(String id)
public String getPort()
public void setPort(String port)
public String getNode()
public void setNode(String node)
public EndpointMetadata.EndpointType getEndpointType()
public void setEndpointType(EndpointMetadata.EndpointType endpointType)
public String getDescription()
public void setDescription(String description)
public Metadata.MetadataType getMetadataType()
MetadataCopyright © 2016. All rights reserved.