Ejemplo n.º 1
0
 public Builder mergeFrom(
     com.xinqihd.sns.gameserver.proto.XinqiBceUserSync.BceUserSync other) {
   if (other
       == com.xinqihd.sns.gameserver.proto.XinqiBceUserSync.BceUserSync.getDefaultInstance())
     return this;
   if (other.hasMode()) {
     setMode(other.getMode());
   }
   if (other.hasValue()) {
     setValue(other.getValue());
   }
   if (other.hasObject()) {
     setObject(other.getObject());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }