OtaPackageId constructor

OtaPackageId(
  1. String id
)

Implementation

OtaPackageId(String id) : super(EntityType.OTA_PACKAGE, id);