Exemplo n.º 1
0
 public Builder mergeFrom(D3.GameBalance.GBHandle.Handle other) {
   if (other == D3.GameBalance.GBHandle.Handle.getDefaultInstance()) return this;
   if (other.hasGameBalanceType()) {
     setGameBalanceType(other.getGameBalanceType());
   }
   if (other.hasGbid()) {
     setGbid(other.getGbid());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }
Exemplo n.º 2
0
 public Builder clearGbid() {
   result.hasGbid = false;
   result.gbid_ = 0;
   return this;
 }
Exemplo n.º 3
0
 public Builder setGbid(int value) {
   result.hasGbid = true;
   result.gbid_ = value;
   return this;
 }
Exemplo n.º 4
0
 public int getGbid() {
   return result.getGbid();
 }
Exemplo n.º 5
0
 // required sfixed32 gbid = 2;
 public boolean hasGbid() {
   return result.hasGbid();
 }
Exemplo n.º 6
0
 public Builder clearGameBalanceType() {
   result.hasGameBalanceType = false;
   result.gameBalanceType_ = 0;
   return this;
 }
Exemplo n.º 7
0
 public Builder setGameBalanceType(int value) {
   result.hasGameBalanceType = true;
   result.gameBalanceType_ = value;
   return this;
 }
Exemplo n.º 8
0
 public int getGameBalanceType() {
   return result.getGameBalanceType();
 }
Exemplo n.º 9
0
 // required sint32 game_balance_type = 1;
 public boolean hasGameBalanceType() {
   return result.hasGameBalanceType();
 }
Exemplo n.º 10
0
 public boolean isInitialized() {
   return result.isInitialized();
 }
Exemplo n.º 11
0
 public D3.GameBalance.GBHandle.Handle getDefaultInstanceForType() {
   return D3.GameBalance.GBHandle.Handle.getDefaultInstance();
 }
Exemplo n.º 12
0
 public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
   return D3.GameBalance.GBHandle.Handle.getDescriptor();
 }