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