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