コード例 #1
0
 public Builder mergeFrom(
     com.xinqihd.sns.gameserver.proto.XinqiBseAuthState.BseAuthState other) {
   if (other
       == com.xinqihd.sns.gameserver.proto.XinqiBseAuthState.BseAuthState.getDefaultInstance())
     return this;
   if (other.hasPass()) {
     setPass(other.getPass());
   }
   if (other.hasType()) {
     setType(other.getType());
   }
   if (other.hasLeftMin()) {
     setLeftMin(other.getLeftMin());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }