SYIncidentId Class Reference

Indentifier of an incident. More...

#import <SYIncident.h>

Inheritance diagram for SYIncidentId:
Collaboration diagram for SYIncidentId:

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...
 

Detailed Description

Indentifier of an incident.

Method Documentation

◆ initWithUuid:

- (nonnull instancetype) initWithUuid: (nonnull NSUUID *)  uuid

Initializes the object with the specified UUID.

◆ init

- (nonnull instancetype) init

Initializes the object by setting uuid to a new random NSUUID.

Property Documentation

◆ uuid

- (NSUUID*) uuid
readnonatomicassign

The identifier represented as UUID.


The documentation for this class was generated from the following file: