@class NSString, CKDPRecordIdentifier, CKDPRecord; @interface CKDPQueryRetrieveResponseQueryResult : PBCodable <NSCopying> { struct { unsigned char type : 1; } _has; } @property (readonly, nonatomic) BOOL hasIdentifier; @property (retain, nonatomic) CKDPRecordIdentifier *identifier; @property (readonly, nonatomic) BOOL hasEtag; @property (retain, nonatomic) NSString *etag; @property (nonatomic) BOOL hasType; @property (nonatomic) int type; @property (readonly, nonatomic) BOOL hasRecord; @property (retain, nonatomic) CKDPRecord *record; - (unsigned long long)hash; - (id)typeAsString:(int)a0; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (int)StringAsType:(id)a0; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end