Indentifier of an incident. More...
#import <SYIncident.h>


Instance Methods | |
| (nonnull instancetype) | - initWithUuid: |
| Initializes the object with the specified UUID. More... | |
| (nonnull instancetype) | - init |
| Initializes the object by setting uuid to a new random NSUUID. More... | |
Properties | |
| NSUUID * | uuid |
| The identifier represented as UUID. More... | |
Indentifier of an incident.
| - (nonnull instancetype) initWithUuid: | (nonnull NSUUID *) | uuid |
Initializes the object with the specified UUID.
| - (nonnull instancetype) init |
Initializes the object by setting uuid to a new random NSUUID.
|
readnonatomicassign |
The identifier represented as UUID.