public final class XmlStaticEdgePorts extends XmlStaticTopologyConfig<StaticEdgePorts>
XmlStaticEdgePorts provides XML binding to a set of static edge
port configurations.| Constructor and Description |
|---|
XmlStaticEdgePorts()
Construct an empty instance.
|
XmlStaticEdgePorts(StaticEdgePorts edges)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Determine whether the given object is identical to this object.
|
StaticEdgePorts |
getConfig()
Return a MD-SAL container which contains the configuration in this
instance.
|
Class<StaticEdgePorts> |
getContainerType()
Return a class which indicates the type of MD-SAL container associated
with this class.
|
String |
getXmlConfigKey()
Return a string which represents the configuration file key associated
with this class.
|
Class<XmlStaticEdgePorts> |
getXmlType()
Return a class which indicates the type of this class.
|
int |
hashCode()
Return the hash code of this object.
|
XmlStaticEdgePorts |
newInstance(StaticEdgePorts conf)
Construct a new instance that contains the given configuration.
|
void |
setConfig(VtnStaticTopologyBuilder builder,
StaticEdgePorts conf)
Set the given configuration into the given MD-SAL container builder
instance.
|
load, savepublic XmlStaticEdgePorts()
public XmlStaticEdgePorts(StaticEdgePorts edges)
edges - A StaticEdgePorts instance.public Class<StaticEdgePorts> getContainerType()
getContainerType in class XmlStaticTopologyConfig<StaticEdgePorts>public Class<XmlStaticEdgePorts> getXmlType()
getXmlType in class XmlStaticTopologyConfig<StaticEdgePorts>public String getXmlConfigKey()
getXmlConfigKey in class XmlStaticTopologyConfig<StaticEdgePorts>public void setConfig(VtnStaticTopologyBuilder builder, StaticEdgePorts conf)
setConfig in class XmlStaticTopologyConfig<StaticEdgePorts>builder - A VtnStaticTopologyBuilder instance.conf - A MD-SAL container which contains the configuration.public StaticEdgePorts getConfig()
getConfig in class XmlStaticTopologyConfig<StaticEdgePorts>public XmlStaticEdgePorts newInstance(StaticEdgePorts conf)
newInstance in class XmlStaticTopologyConfig<StaticEdgePorts>conf - A MD-SAL container which contains the configuration.public boolean equals(Object o)
Copyright © 2018 OpenDaylight. All rights reserved.