Example #1
0
 public TenPayResponse.Builder SetBaseResponse(BaseResponse.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasBaseResponse = true;
     this.result.baseResponse_   = builderForValue.Build();
     return(this);
 }
 public GetChatroomMemberDetailResponse.Builder SetBaseResponse(BaseResponse.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasBaseResponse = true;
     this.result.baseResponse_   = builderForValue.Build();
     return(this);
 }