@Beta public class Entity extends GenericEntity<InstanceIdentifier<?>>
GenericEntity
.public Entity(@Nonnull String type, @Nonnull InstanceIdentifier<?> id)
type
- the entity typeid
- the entity id.public Entity(@Nonnull String type, @Nonnull String entityName)
type
- the type of the entityentityName
- the name of the entity used to construct a general-entity InstanceIdentifierCopyright © 2019 OpenDaylight. All rights reserved.