Package org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.statistics.request
Class GroupStatsKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.statistics.request.GroupStatsKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Identifier<GroupStats>
@Generated("mdsal-binding-generator")
public class GroupStatsKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<GroupStats>
This class represents the key of
GroupStats
class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroupStatsKey
(@NonNull GroupId _groupId) Constructs an instance.GroupStatsKey
(GroupStatsKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
GroupStatsKey
Constructs an instance.- Parameters:
_groupId
- the entity groupId- Throws:
NullPointerException
- if any of the arguments are null
-
GroupStatsKey
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
-