Esempio n. 1
0
 public HongBaoReq.Builder SetBaseRequest(BaseRequest.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasBaseRequest = true;
     this.result.baseRequest_   = builderForValue.Build();
     return(this);
 }
Esempio n. 2
0
 public GetChatroomMemberDetailRequest.Builder SetBaseRequest(BaseRequest.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasBaseRequest = true;
     this.result.baseRequest_   = builderForValue.Build();
     return(this);
 }