Files
aliyun-openapi-cpp-sdk/rtc/src/model/UnmuteAudioRequest.cc
2018-06-22 14:48:26 +08:00

282 lines
6.8 KiB
C++

/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <alibabacloud/rtc/model/UnmuteAudioRequest.h>
using AlibabaCloud::Rtc::Model::UnmuteAudioRequest;
UnmuteAudioRequest::UnmuteAudioRequest() :
RpcServiceRequest("rtc", "2018-01-11", "UnmuteAudio")
{}
UnmuteAudioRequest::~UnmuteAudioRequest()
{}
std::string UnmuteAudioRequest::getApp_ip()const
{
return app_ip_;
}
void UnmuteAudioRequest::setApp_ip(const std::string& app_ip)
{
app_ip_ = app_ip;
setParameter("App_ip", app_ip);
}
std::string UnmuteAudioRequest::getProduct()const
{
return product_;
}
void UnmuteAudioRequest::setProduct(const std::string& product)
{
product_ = product;
setParameter("Product", product);
}
std::vector<std::string> UnmuteAudioRequest::getParticipantIds()const
{
return participantIds_;
}
void UnmuteAudioRequest::setParticipantIds(const std::vector<std::string>& participantIds)
{
participantIds_ = participantIds;
for(int i = 0; i!= participantIds.size(); i++)
setParameter("ParticipantIds."+ std::to_string(i), participantIds.at(i));
}
long UnmuteAudioRequest::getCallerParentId()const
{
return callerParentId_;
}
void UnmuteAudioRequest::setCallerParentId(long callerParentId)
{
callerParentId_ = callerParentId;
setParameter("CallerParentId", std::to_string(callerParentId));
}
bool UnmuteAudioRequest::getProxy_original_security_transport()const
{
return proxy_original_security_transport_;
}
void UnmuteAudioRequest::setProxy_original_security_transport(bool proxy_original_security_transport)
{
proxy_original_security_transport_ = proxy_original_security_transport;
setParameter("Proxy_original_security_transport", std::to_string(proxy_original_security_transport));
}
std::string UnmuteAudioRequest::getCallerBid()const
{
return callerBid_;
}
void UnmuteAudioRequest::setCallerBid(const std::string& callerBid)
{
callerBid_ = callerBid;
setParameter("CallerBid", callerBid);
}
long UnmuteAudioRequest::getOwnerId()const
{
return ownerId_;
}
void UnmuteAudioRequest::setOwnerId(long ownerId)
{
ownerId_ = ownerId;
setParameter("OwnerId", std::to_string(ownerId));
}
std::string UnmuteAudioRequest::getProxy_original_source_ip()const
{
return proxy_original_source_ip_;
}
void UnmuteAudioRequest::setProxy_original_source_ip(const std::string& proxy_original_source_ip)
{
proxy_original_source_ip_ = proxy_original_source_ip;
setParameter("Proxy_original_source_ip", proxy_original_source_ip);
}
std::string UnmuteAudioRequest::getVersion()const
{
return version_;
}
void UnmuteAudioRequest::setVersion(const std::string& version)
{
version_ = version;
setParameter("Version", version);
}
std::string UnmuteAudioRequest::getOwnerIdLoginEmail()const
{
return ownerIdLoginEmail_;
}
void UnmuteAudioRequest::setOwnerIdLoginEmail(const std::string& ownerIdLoginEmail)
{
ownerIdLoginEmail_ = ownerIdLoginEmail;
setParameter("OwnerIdLoginEmail", ownerIdLoginEmail);
}
std::string UnmuteAudioRequest::getCallerType()const
{
return callerType_;
}
void UnmuteAudioRequest::setCallerType(const std::string& callerType)
{
callerType_ = callerType;
setParameter("CallerType", callerType);
}
bool UnmuteAudioRequest::getProxy_trust_transport_info()const
{
return proxy_trust_transport_info_;
}
void UnmuteAudioRequest::setProxy_trust_transport_info(bool proxy_trust_transport_info)
{
proxy_trust_transport_info_ = proxy_trust_transport_info;
setParameter("Proxy_trust_transport_info", std::to_string(proxy_trust_transport_info));
}
bool UnmuteAudioRequest::getAk_mfa_present()const
{
return ak_mfa_present_;
}
void UnmuteAudioRequest::setAk_mfa_present(bool ak_mfa_present)
{
ak_mfa_present_ = ak_mfa_present;
setParameter("Ak_mfa_present", std::to_string(ak_mfa_present));
}
std::string UnmuteAudioRequest::getAccessKeyId()const
{
return accessKeyId_;
}
void UnmuteAudioRequest::setAccessKeyId(const std::string& accessKeyId)
{
accessKeyId_ = accessKeyId;
setParameter("AccessKeyId", accessKeyId);
}
bool UnmuteAudioRequest::getSecurity_transport()const
{
return security_transport_;
}
void UnmuteAudioRequest::setSecurity_transport(bool security_transport)
{
security_transport_ = security_transport;
setParameter("Security_transport", std::to_string(security_transport));
}
std::string UnmuteAudioRequest::getSecurityToken()const
{
return securityToken_;
}
void UnmuteAudioRequest::setSecurityToken(const std::string& securityToken)
{
securityToken_ = securityToken;
setParameter("SecurityToken", securityToken);
}
std::string UnmuteAudioRequest::getConferenceId()const
{
return conferenceId_;
}
void UnmuteAudioRequest::setConferenceId(const std::string& conferenceId)
{
conferenceId_ = conferenceId;
setParameter("ConferenceId", conferenceId);
}
std::string UnmuteAudioRequest::getRequestId()const
{
return requestId_;
}
void UnmuteAudioRequest::setRequestId(const std::string& requestId)
{
requestId_ = requestId;
setParameter("RequestId", requestId);
}
std::string UnmuteAudioRequest::getRequestContent()const
{
return requestContent_;
}
void UnmuteAudioRequest::setRequestContent(const std::string& requestContent)
{
requestContent_ = requestContent;
setParameter("RequestContent", requestContent);
}
std::string UnmuteAudioRequest::getAppId()const
{
return appId_;
}
void UnmuteAudioRequest::setAppId(const std::string& appId)
{
appId_ = appId;
setParameter("AppId", appId);
}
std::string UnmuteAudioRequest::getCallerBidEmail()const
{
return callerBidEmail_;
}
void UnmuteAudioRequest::setCallerBidEmail(const std::string& callerBidEmail)
{
callerBidEmail_ = callerBidEmail;
setParameter("CallerBidEmail", callerBidEmail);
}
std::string UnmuteAudioRequest::getCallerUidEmail()const
{
return callerUidEmail_;
}
void UnmuteAudioRequest::setCallerUidEmail(const std::string& callerUidEmail)
{
callerUidEmail_ = callerUidEmail;
setParameter("CallerUidEmail", callerUidEmail);
}
long UnmuteAudioRequest::getCallerUid()const
{
return callerUid_;
}
void UnmuteAudioRequest::setCallerUid(long callerUid)
{
callerUid_ = callerUid;
setParameter("CallerUid", std::to_string(callerUid));
}