Class ExtCommunitySetKey
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.ext.community.sets.ExtCommunitySetKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.Key<ExtCommunitySet>
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class ExtCommunitySetKey
extends Object
implements org.opendaylight.yangtools.binding.Key<ExtCommunitySet>
This class represents the key of
ExtCommunitySet
class.- See Also:
-
Constructor Summary
ConstructorDescriptionExtCommunitySetKey
(@NonNull String _extCommunitySetName) Constructs an instance.ExtCommunitySetKey
(ExtCommunitySetKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
ExtCommunitySetKey
Constructs an instance.- Parameters:
_extCommunitySetName
- the entity extCommunitySetName- Throws:
NullPointerException
- if any of the arguments are null
-
ExtCommunitySetKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getExtCommunitySetName
Return extCommunitySetName, guaranteed to be non-null.- Returns:
String
extCommunitySetName, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-