addClassName('Defence'); } public function getModelClass(): DefenceModel { return new DefenceModel(); } public function getEntityClass(): DefenceEntity { return new DefenceEntity(); } public function getFields(): array { return [ "type", "ip", "price", "accountid", "domain", "status", "description", ]; } public function getFilterFields(): array { return ["type", 'status']; } public function getBatchJobFields(): array { return ["type", 'status']; } }