Class GroupDescStatsKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.desc.stats.reply.GroupDescStatsKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Identifier<GroupDescStats>
@Generated("mdsal-binding-generator")
public class GroupDescStatsKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<GroupDescStats>
This class represents the key of
GroupDescStats
class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroupDescStatsKey
(@NonNull GroupId _groupId) Constructs an instance.GroupDescStatsKey
(GroupDescStatsKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
GroupDescStatsKey
Constructs an instance.- Parameters:
_groupId
- the entity groupId- Throws:
NullPointerException
- if any of the arguments are null
-
GroupDescStatsKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getGroupId
Return groupId, guaranteed to be non-null.- Returns:
GroupId
groupId, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-