Пример #1
0
 public HongBaoReq.Builder SetReqText(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasReqText = true;
     this.result.reqText_   = builderForValue.Build();
     return(this);
 }
 public CreateChatRoomResponse.Builder SetImgBuf(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasImgBuf = true;
     this.result.imgBuf_   = builderForValue.Build();
     return(this);
 }
Пример #3
0
 public DownloadVideoResponse.Builder SetData(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasData = true;
     this.result.data_   = builderForValue.Build();
     return(this);
 }
Пример #4
0
 public NewSyncResponse.Builder SetKeyBuf(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasKeyBuf = true;
     this.result.keyBuf_   = builderForValue.Build();
     return(this);
 }
Пример #5
0
 public GetA8KeyReq.Builder SetA2Key(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasA2Key = true;
     this.result.a2Key_   = builderForValue.Build();
     return(this);
 }
Пример #6
0
 public NewInitRequest.Builder SetMaxSynckey(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasMaxSynckey = true;
     this.result.maxSynckey_   = builderForValue.Build();
     return(this);
 }
Пример #7
0
 public UploadVoiceRequest.Builder SetVoiceId(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasVoiceId = true;
     this.result.voiceId_   = builderForValue.Build();
     return(this);
 }
Пример #8
0
 public TenPayRequest.Builder SetReqTextWx(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasReqTextWx = true;
     this.result.reqTextWx_   = builderForValue.Build();
     return(this);
 }
Пример #9
0
 public SnsObjectOp.Builder SetExt(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasExt = true;
     this.result.ext_   = builderForValue.Build();
     return(this);
 }
Пример #10
0
 public CmdItem.Builder SetCmdBuf(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasCmdBuf = true;
     this.result.cmdBuf_   = builderForValue.Build();
     return(this);
 }
Пример #11
0
 public NewInitResponse.Builder SetCurrentSynckey(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasCurrentSynckey = true;
     this.result.currentSynckey_   = builderForValue.Build();
     return(this);
 }
Пример #12
0
 public CDNDnsInfo.Builder SetAuthKey(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasAuthKey = true;
     this.result.authKey_   = builderForValue.Build();
     return(this);
 }
Пример #13
0
 public AppMsg.Builder SetThumb(SKBuiltinBuffer_t.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasThumb = true;
     this.result.thumb_   = builderForValue.Build();
     return(this);
 }