コード例 #1
0
ファイル: GBHandle.java プロジェクト: NathanielMichael/Hydra
 public Builder clearGbid() {
   result.hasGbid = false;
   result.gbid_ = 0;
   return this;
 }
コード例 #2
0
ファイル: GBHandle.java プロジェクト: NathanielMichael/Hydra
 public Builder setGbid(int value) {
   result.hasGbid = true;
   result.gbid_ = value;
   return this;
 }