status property

ComponentIdStatus status
final

The status of this ComponentId.

This will always be ComponentIdStatus.ok for ComponentIds created using ComponentId.generate but will contain information about the status of the handler if this ComponentId was received from the API and created using ComponentId.parse.

Implementation

final ComponentIdStatus status;