addClassName('Server'); } public function getModelClass(): ServerModel { return new ServerModel(); } public function getEntityClass(): ServerEntity { return new ServerEntity(); } public function getFields(): array { return [ "model", "price", "status", "description", ]; } public function getFilterFields(): array { return ['model', 'status']; } public function getBatchJobFields(): array { return ['model', 'status']; } }