Esempio n. 1
0
 public com.cloudata.blockstore.IscsiProto.LogEntry buildPartial() {
   com.cloudata.blockstore.IscsiProto.LogEntry result =
       new com.cloudata.blockstore.IscsiProto.LogEntry(this);
   int from_bitField0_ = bitField0_;
   int to_bitField0_ = 0;
   if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
     to_bitField0_ |= 0x00000001;
   }
   result.storeId_ = storeId_;
   if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
     to_bitField0_ |= 0x00000002;
   }
   result.action_ = action_;
   if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
     to_bitField0_ |= 0x00000004;
   }
   result.key_ = key_;
   if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
     to_bitField0_ |= 0x00000008;
   }
   result.value_ = value_;
   if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
     to_bitField0_ |= 0x00000010;
   }
   result.incrementBy_ = incrementBy_;
   result.bitField0_ = to_bitField0_;
   onBuilt();
   return result;
 }