public GetContactRequest.Builder SetUserNameList(int index, SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.userNameList_[index] = builderForValue.Build(); return(this); }
public CDNDnsInfo.Builder SetZoneIPList(int index, SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.zoneIPList_[index] = builderForValue.Build(); return(this); }
public GetContactRequest.Builder AddUserNameList(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.userNameList_.Add(builderForValue.Build()); return(this); }
public CDNDnsInfo.Builder AddZoneIPList(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.zoneIPList_.Add(builderForValue.Build()); return(this); }
public BaseResponse.Builder SetErrMsg(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasErrMsg = true; this.result.errMsg_ = builderForValue.Build(); return(this); }
public DelContact.Builder SetUserName(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasUserName = true; this.result.userName_ = builderForValue.Build(); return(this); }
public ModChatRoomTopic.Builder SetChatRoomTopic(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasChatRoomTopic = true; this.result.chatRoomTopic_ = builderForValue.Build(); return(this); }
public OpenQQMicroBlog.Builder SetMicroBlogUserName(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasMicroBlogUserName = true; this.result.microBlogUserName_ = builderForValue.Build(); return(this); }
public GetA8KeyReq.Builder SetState(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasState = true; this.result.state_ = builderForValue.Build(); return(this); }
public RoomInfo.Builder SetNickName(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasNickName = true; this.result.nickName_ = builderForValue.Build(); return(this); }
public CreateChatRoomResponse.Builder SetChatRoomName(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasChatRoomName = true; this.result.chatRoomName_ = builderForValue.Build(); return(this); }
public UploadMsgImgResponse.Builder SetClientImgId(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasClientImgId = true; this.result.clientImgId_ = builderForValue.Build(); return(this); }
public CreateChatRoomRequest.Builder SetTopic(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasTopic = true; this.result.topic_ = builderForValue.Build(); return(this); }
public AddMsg.Builder SetContent(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasContent = true; this.result.content_ = builderForValue.Build(); return(this); }
public MemberReq.Builder SetMemberName(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasMemberName = true; this.result.memberName_ = builderForValue.Build(); return(this); }
public DelUserDomainEmail.Builder SetEmail(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasEmail = true; this.result.email_ = builderForValue.Build(); return(this); }
public GetMsgImgRequest.Builder SetToUserName(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasToUserName = true; this.result.toUserName_ = builderForValue.Build(); return(this); }
public MicroMsgRequest.Builder SetFromUserName(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasFromUserName = true; this.result.fromUserName_ = builderForValue.Build(); return(this); }
public CreateChatRoomResponse.Builder SetPYInitial(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasPYInitial = true; this.result.pYInitial_ = builderForValue.Build(); return(this); }
public UserInfoExt.Builder SetExtXml(SKBuiltinString_t.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasExtXml = true; this.result.extXml_ = builderForValue.Build(); return(this); }