예제 #1
0
 public NewSyncResponse.Builder SetCmdList(CmdList.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasCmdList = true;
     this.result.cmdList_   = builderForValue.Build();
     return(this);
 }
예제 #2
0
 public NewSyncRequest.Builder SetOplog(CmdList.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasOplog = true;
     this.result.oplog_   = builderForValue.Build();
     return(this);
 }