Class VlanStatsKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanStatsKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Identifier<VlanStats>
@Generated("mdsal-binding-generator")
public class VlanStatsKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<VlanStats>
This class represents the key of
VlanStats
class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVlanStatsKey
(@NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId _vlanStatsKey) Constructs an instance.VlanStatsKey
(VlanStatsKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
VlanStatsKey
public VlanStatsKey(@NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId _vlanStatsKey) Constructs an instance.- Parameters:
_vlanStatsKey
- the entity vlanStatsKey- Throws:
NullPointerException
- if any of the arguments are null
-
VlanStatsKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getVlanStatsKey
public @NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId getVlanStatsKey()Return vlanStatsKey, guaranteed to be non-null.- Returns:
VlanId
vlanStatsKey, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-