Class ServerGroupKey
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups.ServerGroupKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.yang.binding.Key<ServerGroup>
@Generated("mdsal-binding-generator")
public class ServerGroupKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<ServerGroup>
This class represents the key of
ServerGroup class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServerGroupKey(@NonNull String _name) Constructs an instance.ServerGroupKey(ServerGroupKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
ServerGroupKey
Constructs an instance.- Parameters:
_name- the entity name- Throws:
NullPointerException- if any of the arguments are null
-
ServerGroupKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getName
Return name, guaranteed to be non-null.- Returns:
Stringname, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-