コード例 #1
0
ファイル: AdminProtos.java プロジェクト: pombredanne/wasp
 public Builder mergeFrom(com.alibaba.wasp.protobuf.generated.AdminProtos.UUID other) {
   if (other == com.alibaba.wasp.protobuf.generated.AdminProtos.UUID.getDefaultInstance())
     return this;
   if (other.hasLeastSigBits()) {
     setLeastSigBits(other.getLeastSigBits());
   }
   if (other.hasMostSigBits()) {
     setMostSigBits(other.getMostSigBits());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }
コード例 #2
0
ファイル: AdminProtos.java プロジェクト: pombredanne/wasp
 public com.alibaba.wasp.protobuf.generated.AdminProtos.UUID getDefaultInstanceForType() {
   return com.alibaba.wasp.protobuf.generated.AdminProtos.UUID.getDefaultInstance();
 }