You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.1 KiB
47 lines
1.1 KiB
//com..bis.common.service.facade.gw.model.upload.BisJsonUploadGwRequest
|
|
/*
|
|
*generation date:Mon Mar 14 10:35:56 CST 2016
|
|
*tool version:5.0.2
|
|
*template version:4.1.1
|
|
*/
|
|
|
|
#import <BioAuthEngine/APBConfig.h>
|
|
|
|
#ifndef SUPPORT_PB
|
|
|
|
@interface APBBisUploadGwRequest : NSObject
|
|
|
|
@property(nonatomic, strong) NSString *bisToken;
|
|
@property(nonatomic, strong) NSString *content;
|
|
@property(nonatomic, strong) NSString *contentSig;
|
|
@property(nonatomic, strong) NSString *behavLog;
|
|
@property(nonatomic, strong) NSString *behavLogSig;
|
|
|
|
@end
|
|
|
|
#else
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
#import <APProtocolBuffers/ProtocolBuffers.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
@interface APBBisUploadGwRequest : APDPBGeneratedMessage
|
|
@property (readonly) BOOL hasBisToken;
|
|
@property (readonly) BOOL hasContent;
|
|
@property (readonly) BOOL hasContentSig;
|
|
@property (readonly) BOOL hasBehavLog;
|
|
@property (readonly) BOOL hasBehavLogSig;
|
|
|
|
@property (nonatomic,strong) NSString* bisToken ;
|
|
@property (nonatomic,strong) NSData* content ;
|
|
@property (nonatomic,strong) NSData* contentSig ;
|
|
@property (nonatomic,strong) NSData* behavLog ;
|
|
@property (nonatomic,strong) NSData* behavLogSig ;
|
|
@end
|
|
|
|
#endif
|