luxlabs header browser preview


@class NSNumber;

@interface MTREventRequestPath : NSObject <NSCopying>

@property (readonly, copy, nonatomic) NSNumber *endpoint;
@property (readonly, copy, nonatomic) NSNumber *cluster;
@property (readonly, copy, nonatomic) NSNumber *event;

+ (id)requestPathWithEndpointID:(id)a0 clusterID:(id)a1 eventID:(id)a2;

- (unsigned long long)hash;
- (id)description;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (void)convertToEventPathParams:(struct EventPathParams { unsigned int x0; unsigned int x1; unsigned short x2; BOOL x3; } *)a0;
- (id)initWithEndpointID:(id)a0 clusterID:(id)a1 eventID:(id)a2;
- (BOOL)isEqualToEventRequestPath:(id)a0;

@end