洛阳学员端
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

7 months ago
  1. //com..bis.common.service.facade.gw.model.upload.BisJsonUploadGwRequest
  2. /*
  3. *generation date:Mon Mar 14 10:35:56 CST 2016
  4. *tool version:5.0.2
  5. *template version:4.1.1
  6. */
  7. #import <BioAuthEngine/APBConfig.h>
  8. #ifndef SUPPORT_PB
  9. @interface APBBisUploadGwRequest : NSObject
  10. @property(nonatomic, strong) NSString *bisToken;
  11. @property(nonatomic, strong) NSString *content;
  12. @property(nonatomic, strong) NSString *contentSig;
  13. @property(nonatomic, strong) NSString *behavLog;
  14. @property(nonatomic, strong) NSString *behavLogSig;
  15. @end
  16. #else
  17. #ifdef __cplusplus
  18. extern "C"{
  19. #endif
  20. #import <APProtocolBuffers/ProtocolBuffers.h>
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. @interface APBBisUploadGwRequest : APDPBGeneratedMessage
  25. @property (readonly) BOOL hasBisToken;
  26. @property (readonly) BOOL hasContent;
  27. @property (readonly) BOOL hasContentSig;
  28. @property (readonly) BOOL hasBehavLog;
  29. @property (readonly) BOOL hasBehavLogSig;
  30. @property (nonatomic,strong) NSString* bisToken ;
  31. @property (nonatomic,strong) NSData* content ;
  32. @property (nonatomic,strong) NSData* contentSig ;
  33. @property (nonatomic,strong) NSData* behavLog ;
  34. @property (nonatomic,strong) NSData* behavLogSig ;
  35. @end
  36. #endif