Event Priority :getter: get importance of event :setter: set the importance of event :type: ImportanceLevel
(self)
| 1103 | |
| 1104 | @property |
| 1105 | def importance(self): |
| 1106 | """ Event Priority |
| 1107 | |
| 1108 | :getter: get importance of event |
| 1109 | :setter: set the importance of event |
| 1110 | :type: ImportanceLevel |
| 1111 | """ |
| 1112 | return self.__importance |
| 1113 | |
| 1114 | @importance.setter |
| 1115 | def importance(self, value): |
nothing calls this directly
no test coverage detected