-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAMPUploadDetails.h
41 lines (34 loc) · 2.16 KB
/
AMPUploadDetails.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, May 19, 2018 at 4:52:17 PM Eastern Daylight Time
* Operating System: Version 10.2 (Build 14C92)
* Image Source: /var/containers/Bundle/Application/7AB1B6B1-534C-4BF9-A7EB-BE2BD4C13043/Snapchat.app/Snapchat
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@class NSNumber, NSURL;
@interface AMPUploadDetails : NSObject {
NSNumber* _statusCode;
unsigned long long _responseSizeInBytes;
unsigned long long _requestSizeInBytes;
double _requestLatency;
unsigned long long _numEventsOnDiskAtRequestTime;
NSURL* _uploadUrl;
}
@property (nonatomic,readonly) NSNumber * statusCode; //@synthesize statusCode=_statusCode - In the implementation block
@property (nonatomic,readonly) unsigned long long responseSizeInBytes; //@synthesize responseSizeInBytes=_responseSizeInBytes - In the implementation block
@property (nonatomic,readonly) unsigned long long requestSizeInBytes; //@synthesize requestSizeInBytes=_requestSizeInBytes - In the implementation block
@property (nonatomic,readonly) double requestLatency; //@synthesize requestLatency=_requestLatency - In the implementation block
@property (nonatomic,readonly) unsigned long long numEventsOnDiskAtRequestTime; //@synthesize numEventsOnDiskAtRequestTime=_numEventsOnDiskAtRequestTime - In the implementation block
@property (nonatomic,readonly) NSURL * uploadUrl; //@synthesize uploadUrl=_uploadUrl - In the implementation block
-(NSURL *)uploadUrl;
-(double)requestLatency;
-(unsigned long long)requestSizeInBytes;
-(unsigned long long)responseSizeInBytes;
-(unsigned long long)numEventsOnDiskAtRequestTime;
-(BOOL)isEqualToDetails:(id)arg1 ;
-(id)initWithStatusCode:(id)arg1 responseSizeInBytes:(unsigned long long)arg2 requestSizeInBytes:(unsigned long long)arg3 latencySeconds:(double)arg4 numEventsOnDiskAtRequestTime:(unsigned long long)arg5 uploadUrl:(id)arg6 ;
-(BOOL)isEqual:(id)arg1 ;
-(unsigned long long)hash;
-(id)description;
-(NSNumber *)statusCode;
@end