public final class XmlPathMap extends Object implements VtnPathMapConfig
XmlPathMap provides XML binding to data model for path map
configuration.QNAME| Constructor and Description |
|---|
XmlPathMap(VtnPathMapConfig vpmc)
Construct a new instance from the given
VtnPathMapConfig
instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Determine whether the given object is identical to this object.
|
VnodeName |
getCondition()
Return the name of the flow condition that selects packets.
|
Integer |
getHardTimeout()
Return the number of seconds to be set to
hard-timeout field in
flow entries. |
Integer |
getIdleTimeout()
Return the number of seconds to be set to
idle-timeout field in
flow entries. |
Class<VtnPathMapConfig> |
getImplementedInterface()
Return a class which indicates the data model type implemented by this
instance.
|
Integer |
getIndex()
Return an index number assigned to this path map.
|
Integer |
getPolicy()
Return the identifier of the path policy which determines the route of
packets.
|
int |
hashCode()
Return the hash code of this object.
|
String |
toString()
Return a string representation of this object.
|
public XmlPathMap(VtnPathMapConfig vpmc)
VtnPathMapConfig
instance.
Note that this constructor assumes that the given instance is valid.
vpmc - A VtnPathMapConfig instance.public Class<VtnPathMapConfig> getImplementedInterface()
getImplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerVtnPathMapConfig.public Integer getIndex()
public Integer getIdleTimeout()
idle-timeout field in
flow entries.getIdleTimeout in interface VtnFlowTimeoutConfigInteger instance which indicates the value for
idle-timeout.public Integer getHardTimeout()
hard-timeout field in
flow entries.getHardTimeout in interface VtnFlowTimeoutConfigInteger instance which indicates the value for
hard-timeout.public VnodeName getCondition()
getCondition in interface VtnPathMapConfigVnodeName instance which contains the flow condition
name.public Integer getPolicy()
getPolicy in interface VtnPathMapConfigInteger instance which indicates the path policy
identifier.public boolean equals(Object o)
public int hashCode()
Copyright © 2018 OpenDaylight. All rights reserved.