ActorInputBean( {List<String>? group, List<String>? groupId, List<String>? user}) : group = group ?? [], groupId = groupId ?? [], user = user ?? [];