Exemplo 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);
 }
Exemplo 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);
 }