Map<int, List<t_nebula.HostAddr>>? get parts => this._parts;
set parts(Map<int, List<t_nebula.HostAddr>>? parts) { this._parts = parts; }