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.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>,org.opendaylight.yangtools.yang.binding.Identifier<ServerGroup>
@Generated("mdsal-binding-generator") public class ServerGroupKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<ServerGroup>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerGroupKey(@NonNull String _name)ServerGroupKey(ServerGroupKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
ServerGroupKey
public ServerGroupKey(@NonNull String _name)
-
ServerGroupKey
public ServerGroupKey(ServerGroupKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-