SECC2MPInternalTestConfig.h   [plain text]


// This file was automatically generated by protocompiler
// DO NOT EDIT!
// Compiled from C2Metric.proto

#import <Foundation/Foundation.h>
#import <ProtocolBuffer/PBCodable.h>

#ifdef __cplusplus
#define SECC2MPINTERNALTESTCONFIG_FUNCTION extern "C" __attribute__((visibility("hidden")))
#else
#define SECC2MPINTERNALTESTCONFIG_FUNCTION extern __attribute__((visibility("hidden")))
#endif

__attribute__((visibility("hidden")))
@interface SECC2MPInternalTestConfig : PBCodable <NSCopying>
{
    NSString *_key;
    NSString *_value;
}


@property (nonatomic, readonly) BOOL hasKey;
@property (nonatomic, retain) NSString *key;

@property (nonatomic, readonly) BOOL hasValue;
@property (nonatomic, retain) NSString *value;

// Performs a shallow copy into other
- (void)copyTo:(SECC2MPInternalTestConfig *)other;

// Performs a deep merge from other into self
// If set in other, singular values in self are replaced in self
// Singular composite values are recursively merged
// Repeated values from other are appended to repeated values in self
- (void)mergeFrom:(SECC2MPInternalTestConfig *)other;

SECC2MPINTERNALTESTCONFIG_FUNCTION BOOL SECC2MPInternalTestConfigReadFrom(__unsafe_unretained SECC2MPInternalTestConfig *self, __unsafe_unretained PBDataReader *reader);

@end