@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.