code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AppIconUrl",$param) and $param["AppIconUrl"] !== null) {
$this->AppIconUrl = $param["AppIconUrl"];
}
if (array_key_exists("AppName",$param) and $param["AppName"] !== null) {
$this->AppName = $param["AppName"];
}
if (array_key_exists("AppPkgName",$param) and $param["AppPkgName"] !== null) {
$this->AppPkgName = $param["AppPkgName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/BindInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/BindInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $ResourceId 资源id
@param string $PlanName 策略名称
@param PlanInfo $PlanInfo 策略具体信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateShieldPlanInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateShieldPlanInstanceRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
if (array_key_exists("PlanName",$param) and $param["PlanName"] !== null) {
$this->PlanName = $param["PlanName"];
}
if (array_key_exists("PlanInfo",$param) and $param["PlanInfo"] !== null) {
$this->PlanInfo = new PlanInfo();
$this->PlanInfo->deserialize($param["PlanInfo"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateShieldPlanInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateShieldPlanInstanceRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Sid 任务id
@param integer $ResultCode 一级任务code。标记任务状态
@param integer $SubCode 二级错误码
@param string $ErrMsg 二级错误信息
@param string $Result 结果 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/UpdateLocalTaskResultRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/UpdateLocalTaskResultRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Sid",$param) and $param["Sid"] !== null) {
$this->Sid = $param["Sid"];
}
if (array_key_exists("ResultCode",$param) and $param["ResultCode"] !== null) {
$this->ResultCode = $param["ResultCode"];
}
if (array_key_exists("SubCode",$param) and $param["SubCode"] !== null) {
$this->SubCode = $param["SubCode"];
}
if (array_key_exists("ErrMsg",$param) and $param["ErrMsg"] !== null) {
$this->ErrMsg = $param["ErrMsg"];
}
if (array_key_exists("Result",$param) and $param["Result"] !== null) {
$this->Result = $param["Result"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/UpdateLocalTaskResultRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/UpdateLocalTaskResultRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 加固策略数量
@param array $PlanSet 加固策略具体信息数组 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/ShieldPlanInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/ShieldPlanInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $CosAppid COS密钥对应的AppId
@param string $CosBucket COS密钥对应的存储桶名
@param string $CosRegion 存储桶对应的地域
@param integer $ExpireTime 密钥过期时间
@param string $CosId 密钥ID信息
@param string $CosKey 密钥KEY信息
@param string $CosTocken 密钥TOCKEN信息
@param string $CosPrefix 密钥可访问的文件前缀人。例如:CosPrefix=test/123/666,则该密钥只能操作test/123/666为前缀的文件,例如test/123/666/1.txt
@param string $CosToken 密钥TOCKEN信息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateCosSecKeyInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateCosSecKeyInstanceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CosAppid",$param) and $param["CosAppid"] !== null) {
$this->CosAppid = $param["CosAppid"];
}
if (array_key_exists("CosBucket",$param) and $param["CosBucket"] !== null) {
$this->CosBucket = $param["CosBucket"];
}
if (array_key_exists("CosRegion",$param) and $param["CosRegion"] !== null) {
$this->CosRegion = $param["CosRegion"];
}
if (array_key_exists("ExpireTime",$param) and $param["ExpireTime"] !== null) {
$this->ExpireTime = $param["ExpireTime"];
}
if (array_key_exists("CosId",$param) and $param["CosId"] !== null) {
$this->CosId = $param["CosId"];
}
if (array_key_exists("CosKey",$param) and $param["CosKey"] !== null) {
$this->CosKey = $param["CosKey"];
}
if (array_key_exists("CosTocken",$param) and $param["CosTocken"] !== null) {
$this->CosTocken = $param["CosTocken"];
}
if (array_key_exists("CosPrefix",$param) and $param["CosPrefix"] !== null) {
$this->CosPrefix = $param["CosPrefix"];
}
if (array_key_exists("CosToken",$param) and $param["CosToken"] !== null) {
$this->CosToken = $param["CosToken"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateCosSecKeyInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateCosSecKeyInstanceResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $CosRegion 地域信息,例如广州:ap-guangzhou,上海:ap-shanghai,默认为广州。
@param integer $Duration 密钥有效时间,默认为1小时。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateCosSecKeyInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateCosSecKeyInstanceRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CosRegion",$param) and $param["CosRegion"] !== null) {
$this->CosRegion = $param["CosRegion"];
}
if (array_key_exists("Duration",$param) and $param["Duration"] !== null) {
$this->Duration = $param["Duration"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateCosSecKeyInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateCosSecKeyInstanceRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $SetFile Dex分离,0关闭,1开启
@param integer $ApkSizeOpt apk大小优化,0关闭,1开启
@param integer $Dex Dex加固,0关闭,1开启
@param integer $So So加固,0关闭,1开启
@param integer $Bugly 数据收集,0关闭,1开启
@param integer $AntiRepack 防止重打包,0关闭,1开启
@param integer $Db 内存保护,0关闭,1开启
@param SoInfo $SoInfo So文件信息
@param integer $AntiVMP vmp,0关闭,1开启
@param array $SoType 保护so的强度,
@param integer $AntiLogLeak 防日志泄漏,0关闭,1开启
@param integer $AntiAssets 资源防篡改,0关闭,1开启
@param integer $AntiScreenshot 防止截屏,0关闭,1开启
@param integer $AntiSSL SSL证书防窃取,0关闭,1开启
@param string $FileSign Dex签名校验,0关闭,1开启
@param string $AntiRoot root检测,0关闭,1开启
@param integer $SeperateDex Dex分离,0关闭,1开启
@param integer $DexSig Dex签名校验,0关闭,1开启
@param integer $AntiQemuRoot root检测,0关闭,1开启 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/PlanInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/PlanInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SetFile",$param) and $param["SetFile"] !== null) {
$this->SetFile = $param["SetFile"];
}
if (array_key_exists("ApkSizeOpt",$param) and $param["ApkSizeOpt"] !== null) {
$this->ApkSizeOpt = $param["ApkSizeOpt"];
}
if (array_key_exists("Dex",$param) and $param["Dex"] !== null) {
$this->Dex = $param["Dex"];
}
if (array_key_exists("So",$param) and $param["So"] !== null) {
$this->So = $param["So"];
}
if (array_key_exists("Bugly",$param) and $param["Bugly"] !== null) {
$this->Bugly = $param["Bugly"];
}
if (array_key_exists("AntiRepack",$param) and $param["AntiRepack"] !== null) {
$this->AntiRepack = $param["AntiRepack"];
}
if (array_key_exists("Db",$param) and $param["Db"] !== null) {
$this->Db = $param["Db"];
}
if (array_key_exists("SoInfo",$param) and $param["SoInfo"] !== null) {
$this->SoInfo = new SoInfo();
$this->SoInfo->deserialize($param["SoInfo"]);
}
if (array_key_exists("AntiVMP",$param) and $param["AntiVMP"] !== null) {
$this->AntiVMP = $param["AntiVMP"];
}
if (array_key_exists("SoType",$param) and $param["SoType"] !== null) {
$this->SoType = $param["SoType"];
}
if (array_key_exists("AntiLogLeak",$param) and $param["AntiLogLeak"] !== null) {
$this->AntiLogLeak = $param["AntiLogLeak"];
}
if (array_key_exists("AntiAssets",$param) and $param["AntiAssets"] !== null) {
$this->AntiAssets = $param["AntiAssets"];
}
if (array_key_exists("AntiScreenshot",$param) and $param["AntiScreenshot"] !== null) {
$this->AntiScreenshot = $param["AntiScreenshot"];
}
if (array_key_exists("AntiSSL",$param) and $param["AntiSSL"] !== null) {
$this->AntiSSL = $param["AntiSSL"];
}
if (array_key_exists("FileSign",$param) and $param["FileSign"] !== null) {
$this->FileSign = $param["FileSign"];
}
if (array_key_exists("AntiRoot",$param) and $param["AntiRoot"] !== null) {
$this->AntiRoot = $param["AntiRoot"];
}
if (array_key_exists("SeperateDex",$param) and $param["SeperateDex"] !== null) {
$this->SeperateDex = $param["SeperateDex"];
}
if (array_key_exists("DexSig",$param) and $param["DexSig"] !== null) {
$this->DexSig = $param["DexSig"];
}
if (array_key_exists("AntiQemuRoot",$param) and $param["AntiQemuRoot"] !== null) {
$this->AntiQemuRoot = $param["AntiQemuRoot"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/PlanInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/PlanInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $PlatformType 平台类型枚举值 1-android加固 2-ios源码混淆 3-sdk加固 4-applet小程序加固
@param string $PlatformDesc 平台类型描述 1-android加固 2-ios源码混淆 3-sdk加固 4-applet小程序加固
@param integer $OrderType 订单采购类型枚举值, 1-免费试用 2-按年收费 3-按次收费
@param string $OrderTypeDesc 订单采购类型 描述:1-免费试用 2-按年收费 3-按次收费
@param integer $EncryptOpType 枚举值:1-在线加固 或 2-输出工具加固
@param string $EncryptOpTypeDesc 描述:1-在线加固 或 2-输出工具加固
@param string $ResourceId 与当前任务关联的资源Id
@param string $OrderId 与当前任务关联的订单Id
@param AndroidResult $AndroidResult 对应PlatformType平台类型值 1-android加固结果
@param IOSResult $IOSResult 对应PlatformType平台类型值 2-ios源码混淆加固结果
@param SDKResult $SDKResult 对应PlatformType平台类型值 3-sdk加固结果
@param AppletResult $AppletResult 对应PlatformType平台类型值 4-applet小程序加固结果 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/EncryptResults.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/EncryptResults.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PlatformType",$param) and $param["PlatformType"] !== null) {
$this->PlatformType = $param["PlatformType"];
}
if (array_key_exists("PlatformDesc",$param) and $param["PlatformDesc"] !== null) {
$this->PlatformDesc = $param["PlatformDesc"];
}
if (array_key_exists("OrderType",$param) and $param["OrderType"] !== null) {
$this->OrderType = $param["OrderType"];
}
if (array_key_exists("OrderTypeDesc",$param) and $param["OrderTypeDesc"] !== null) {
$this->OrderTypeDesc = $param["OrderTypeDesc"];
}
if (array_key_exists("EncryptOpType",$param) and $param["EncryptOpType"] !== null) {
$this->EncryptOpType = $param["EncryptOpType"];
}
if (array_key_exists("EncryptOpTypeDesc",$param) and $param["EncryptOpTypeDesc"] !== null) {
$this->EncryptOpTypeDesc = $param["EncryptOpTypeDesc"];
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
if (array_key_exists("OrderId",$param) and $param["OrderId"] !== null) {
$this->OrderId = $param["OrderId"];
}
if (array_key_exists("AndroidResult",$param) and $param["AndroidResult"] !== null) {
$this->AndroidResult = new AndroidResult();
$this->AndroidResult->deserialize($param["AndroidResult"]);
}
if (array_key_exists("IOSResult",$param) and $param["IOSResult"] !== null) {
$this->IOSResult = new IOSResult();
$this->IOSResult->deserialize($param["IOSResult"]);
}
if (array_key_exists("SDKResult",$param) and $param["SDKResult"] !== null) {
$this->SDKResult = new SDKResult();
$this->SDKResult->deserialize($param["SDKResult"]);
}
if (array_key_exists("AppletResult",$param) and $param["AppletResult"] !== null) {
$this->AppletResult = new AppletResult();
$this->AppletResult->deserialize($param["AppletResult"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/EncryptResults.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/EncryptResults.php | Apache-2.0 |
function __construct()
{
} | @param integer $PlatformType 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
@param integer $OrderType 订单采购类型 1-免费试用 2-按年收费 3-按次收费
@param integer $EncryptOpType 1-在线加固、 2-输出工具加固
@param string $ResourceId 本次加固使用的资源id
@param AndroidAppInfo $AndroidAppInfo 渠道合作android加固App信息
@param AndroidPlan $AndroidPlan 渠道合作android加固策略信息
@param AppletInfo $AppletInfo 小程序加固信息
@param IOSInfo $IOSInfo iOS混淆信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateEncryptInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateEncryptInstanceRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PlatformType",$param) and $param["PlatformType"] !== null) {
$this->PlatformType = $param["PlatformType"];
}
if (array_key_exists("OrderType",$param) and $param["OrderType"] !== null) {
$this->OrderType = $param["OrderType"];
}
if (array_key_exists("EncryptOpType",$param) and $param["EncryptOpType"] !== null) {
$this->EncryptOpType = $param["EncryptOpType"];
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
if (array_key_exists("AndroidAppInfo",$param) and $param["AndroidAppInfo"] !== null) {
$this->AndroidAppInfo = new AndroidAppInfo();
$this->AndroidAppInfo->deserialize($param["AndroidAppInfo"]);
}
if (array_key_exists("AndroidPlan",$param) and $param["AndroidPlan"] !== null) {
$this->AndroidPlan = new AndroidPlan();
$this->AndroidPlan->deserialize($param["AndroidPlan"]);
}
if (array_key_exists("AppletInfo",$param) and $param["AppletInfo"] !== null) {
$this->AppletInfo = new AppletInfo();
$this->AppletInfo->deserialize($param["AppletInfo"]);
}
if (array_key_exists("IOSInfo",$param) and $param["IOSInfo"] !== null) {
$this->IOSInfo = new IOSInfo();
$this->IOSInfo->deserialize($param["IOSInfo"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateEncryptInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateEncryptInstanceRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AppletJsUrl",$param) and $param["AppletJsUrl"] !== null) {
$this->AppletJsUrl = $param["AppletJsUrl"];
}
if (array_key_exists("AppletLevel",$param) and $param["AppletLevel"] !== null) {
$this->AppletLevel = $param["AppletLevel"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AppletInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AppletInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $PlatformType 平台类型整型值
@param string $PlatformTypeDesc 平台类型描述 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
@param integer $EncryptOpType 1- 在线加固 2-输出工具加固
@param string $EncryptOpTypeDesc 1- 在线加固 2-输出工具加固
@param integer $OrderType 订单收费类型枚举值
@param string $OrderTypeDesc 订单收费类型描述
@param string $ResourceId 资源id
@param AndroidPlan $AndroidPlan 上次加固策略
@param AppletPlan $AppletPlan 上次小程序加固策略
@param IOSPlan $IOSPlan 上次ios源码混淆加固配置
@param SDKPlan $SDKPlan 上次sdk加固配置
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeEncryptPlanResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeEncryptPlanResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PlatformType",$param) and $param["PlatformType"] !== null) {
$this->PlatformType = $param["PlatformType"];
}
if (array_key_exists("PlatformTypeDesc",$param) and $param["PlatformTypeDesc"] !== null) {
$this->PlatformTypeDesc = $param["PlatformTypeDesc"];
}
if (array_key_exists("EncryptOpType",$param) and $param["EncryptOpType"] !== null) {
$this->EncryptOpType = $param["EncryptOpType"];
}
if (array_key_exists("EncryptOpTypeDesc",$param) and $param["EncryptOpTypeDesc"] !== null) {
$this->EncryptOpTypeDesc = $param["EncryptOpTypeDesc"];
}
if (array_key_exists("OrderType",$param) and $param["OrderType"] !== null) {
$this->OrderType = $param["OrderType"];
}
if (array_key_exists("OrderTypeDesc",$param) and $param["OrderTypeDesc"] !== null) {
$this->OrderTypeDesc = $param["OrderTypeDesc"];
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
if (array_key_exists("AndroidPlan",$param) and $param["AndroidPlan"] !== null) {
$this->AndroidPlan = new AndroidPlan();
$this->AndroidPlan->deserialize($param["AndroidPlan"]);
}
if (array_key_exists("AppletPlan",$param) and $param["AppletPlan"] !== null) {
$this->AppletPlan = new AppletPlan();
$this->AppletPlan->deserialize($param["AppletPlan"]);
}
if (array_key_exists("IOSPlan",$param) and $param["IOSPlan"] !== null) {
$this->IOSPlan = new IOSPlan();
$this->IOSPlan->deserialize($param["IOSPlan"]);
}
if (array_key_exists("SDKPlan",$param) and $param["SDKPlan"] !== null) {
$this->SDKPlan = new SDKPlan();
$this->SDKPlan->deserialize($param["SDKPlan"]);
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeEncryptPlanResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeEncryptPlanResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $State 1: 取消任务成功 ; -1 :取消任务失败,原因为任务进程已结束,不能取消。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CancelEncryptTaskResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CancelEncryptTaskResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("State",$param) and $param["State"] !== null) {
$this->State = $param["State"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CancelEncryptTaskResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CancelEncryptTaskResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $AppName app的名称
@param string $AppPkgName app的包名
@param string $AppVersion app的版本号
@param integer $AppSize app的大小
@param string $AppMd5 app的md5
@param string $AppIconUrl app的图标url
@param string $FileName app的文件名称 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AppDetailInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AppDetailInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AppName",$param) and $param["AppName"] !== null) {
$this->AppName = $param["AppName"];
}
if (array_key_exists("AppPkgName",$param) and $param["AppPkgName"] !== null) {
$this->AppPkgName = $param["AppPkgName"];
}
if (array_key_exists("AppVersion",$param) and $param["AppVersion"] !== null) {
$this->AppVersion = $param["AppVersion"];
}
if (array_key_exists("AppSize",$param) and $param["AppSize"] !== null) {
$this->AppSize = $param["AppSize"];
}
if (array_key_exists("AppMd5",$param) and $param["AppMd5"] !== null) {
$this->AppMd5 = $param["AppMd5"];
}
if (array_key_exists("AppIconUrl",$param) and $param["AppIconUrl"] !== null) {
$this->AppIconUrl = $param["AppIconUrl"];
}
if (array_key_exists("FileName",$param) and $param["FileName"] !== null) {
$this->FileName = $param["FileName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AppDetailInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AppDetailInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $Progress 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DeleteShieldInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DeleteShieldInstancesResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Progress",$param) and $param["Progress"] !== null) {
$this->Progress = $param["Progress"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DeleteShieldInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DeleteShieldInstancesResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AppMd5",$param) and $param["AppMd5"] !== null) {
$this->AppMd5 = $param["AppMd5"];
}
if (array_key_exists("AppSize",$param) and $param["AppSize"] !== null) {
$this->AppSize = $param["AppSize"];
}
if (array_key_exists("AppUrl",$param) and $param["AppUrl"] !== null) {
$this->AppUrl = $param["AppUrl"];
}
if (array_key_exists("AppName",$param) and $param["AppName"] !== null) {
$this->AppName = $param["AppName"];
}
if (array_key_exists("AppPkgName",$param) and $param["AppPkgName"] !== null) {
$this->AppPkgName = $param["AppPkgName"];
}
if (array_key_exists("AppFileName",$param) and $param["AppFileName"] !== null) {
$this->AppFileName = $param["AppFileName"];
}
if (array_key_exists("AppVersion",$param) and $param["AppVersion"] !== null) {
$this->AppVersion = $param["AppVersion"];
}
if (array_key_exists("AppType",$param) and $param["AppType"] !== null) {
$this->AppType = $param["AppType"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AndroidAppInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AndroidAppInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $TaskStatus 任务状态: 0-请返回,1-已完成,2-处理中,3-处理出错,4-处理超时
@param AppDetailInfo $AppDetailInfo app加固前的详细信息
@param ShieldInfo $ShieldInfo app加固后的详细信息
@param string $StatusDesc 状态描述
@param string $StatusRef 状态指引
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeShieldResultResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeShieldResultResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TaskStatus",$param) and $param["TaskStatus"] !== null) {
$this->TaskStatus = $param["TaskStatus"];
}
if (array_key_exists("AppDetailInfo",$param) and $param["AppDetailInfo"] !== null) {
$this->AppDetailInfo = new AppDetailInfo();
$this->AppDetailInfo->deserialize($param["AppDetailInfo"]);
}
if (array_key_exists("ShieldInfo",$param) and $param["ShieldInfo"] !== null) {
$this->ShieldInfo = new ShieldInfo();
$this->ShieldInfo->deserialize($param["ShieldInfo"]);
}
if (array_key_exists("StatusDesc",$param) and $param["StatusDesc"] !== null) {
$this->StatusDesc = $param["StatusDesc"];
}
if (array_key_exists("StatusRef",$param) and $param["StatusRef"] !== null) {
$this->StatusRef = $param["StatusRef"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeShieldResultResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeShieldResultResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $Progress 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
@param string $ItemId 任务唯一标识
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateShieldInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateShieldInstanceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Progress",$param) and $param["Progress"] !== null) {
$this->Progress = $param["Progress"];
}
if (array_key_exists("ItemId",$param) and $param["ItemId"] !== null) {
$this->ItemId = $param["ItemId"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateShieldInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateShieldInstanceResponse.php | Apache-2.0 |
function __construct($credential, $region, $profile=null)
{
parent::__construct($this->endpoint, $this->version, $credential, $region, $profile);
} | @param Credential $credential
@param string $region
@param ClientProfile|null $profile
@throws TencentCloudSDKException | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/GsClient.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/GsClient.php | Apache-2.0 |
function __construct()
{
} | @param string $EndPoint 存储节点
@param string $Bucket 存储桶
@param string $AccessKeyId 密钥 ID
@param string $SecretAccessKey 密钥 Key | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/S3Options.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/S3Options.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("EndPoint",$param) and $param["EndPoint"] !== null) {
$this->EndPoint = $param["EndPoint"];
}
if (array_key_exists("Bucket",$param) and $param["Bucket"] !== null) {
$this->Bucket = $param["Bucket"];
}
if (array_key_exists("AccessKeyId",$param) and $param["AccessKeyId"] !== null) {
$this->AccessKeyId = $param["AccessKeyId"];
}
if (array_key_exists("SecretAccessKey",$param) and $param["SecretAccessKey"] !== null) {
$this->SecretAccessKey = $param["SecretAccessKey"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/S3Options.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/S3Options.php | Apache-2.0 |
function __construct()
{
} | @param string $Key 标签键
@param string $Value 标签值 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceLabelRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceLabelRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Key",$param) and $param["Key"] !== null) {
$this->Key = $param["Key"];
}
if (array_key_exists("Value",$param) and $param["Value"] !== null) {
$this->Value = $param["Value"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceLabelRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceLabelRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $TaskIds 任务 ID 列表
@param array $Filter 条件过滤器
@param integer $Offset 偏移量,默认为 0
@param integer $Limit 限制量,默认为20,最大值为100 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceTasksStatusRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceTasksStatusRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $AndroidInstanceIds 安卓实例 ID 列表
@param string $BucketName cos 桶名称
@param string $BucketRegion cos 桶区域
@param string $BucketDirectory cos 桶目录,默认为 /log/
@param integer $RecentDays 下载最近几天的日志,默认值为 1 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/FetchAndroidInstancesLogsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/FetchAndroidInstancesLogsRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidInstanceIds",$param) and $param["AndroidInstanceIds"] !== null) {
$this->AndroidInstanceIds = $param["AndroidInstanceIds"];
}
if (array_key_exists("BucketName",$param) and $param["BucketName"] !== null) {
$this->BucketName = $param["BucketName"];
}
if (array_key_exists("BucketRegion",$param) and $param["BucketRegion"] !== null) {
$this->BucketRegion = $param["BucketRegion"];
}
if (array_key_exists("BucketDirectory",$param) and $param["BucketDirectory"] !== null) {
$this->BucketDirectory = $param["BucketDirectory"];
}
if (array_key_exists("RecentDays",$param) and $param["RecentDays"] !== null) {
$this->RecentDays = $param["RecentDays"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/FetchAndroidInstancesLogsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/FetchAndroidInstancesLogsRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $AndroidAppId 安卓应用 Id
@param string $Name 安卓应用名称
@param string $UserId 用户 Id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidAppId",$param) and $param["AndroidAppId"] !== null) {
$this->AndroidAppId = $param["AndroidAppId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("UserId",$param) and $param["UserId"] !== null) {
$this->UserId = $param["UserId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $AndroidInstanceIds 实例 ID 列表
@param string $PackageName 应用包名 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/RestartAndroidInstancesAppRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/RestartAndroidInstancesAppRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidInstanceIds",$param) and $param["AndroidInstanceIds"] !== null) {
$this->AndroidInstanceIds = $param["AndroidInstanceIds"];
}
if (array_key_exists("PackageName",$param) and $param["PackageName"] !== null) {
$this->PackageName = $param["PackageName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/RestartAndroidInstancesAppRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/RestartAndroidInstancesAppRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/DestroyAndroidInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DestroyAndroidInstancesResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/DestroyAndroidInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DestroyAndroidInstancesResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $AndroidInstanceIds 安卓实例 ID 列表
@param string $Command shell 命令,必须是1秒内能自动结束的命令 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/SyncExecuteCommandOnAndroidInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/SyncExecuteCommandOnAndroidInstancesRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidInstanceIds",$param) and $param["AndroidInstanceIds"] !== null) {
$this->AndroidInstanceIds = $param["AndroidInstanceIds"];
}
if (array_key_exists("Command",$param) and $param["Command"] !== null) {
$this->Command = $param["Command"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/SyncExecuteCommandOnAndroidInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/SyncExecuteCommandOnAndroidInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $AndroidAppId 应用id
@param string $Name 应用名称
@param string $AndroidAppVersion 应用版本
@param string $PackageName 应用包名
@param string $PackageVersion 应用包版本
@param string $PackageLabel 应用包标签 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/AndroidInstanceAppInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/AndroidInstanceAppInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidAppId",$param) and $param["AndroidAppId"] !== null) {
$this->AndroidAppId = $param["AndroidAppId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("AndroidAppVersion",$param) and $param["AndroidAppVersion"] !== null) {
$this->AndroidAppVersion = $param["AndroidAppVersion"];
}
if (array_key_exists("PackageName",$param) and $param["PackageName"] !== null) {
$this->PackageName = $param["PackageName"];
}
if (array_key_exists("PackageVersion",$param) and $param["PackageVersion"] !== null) {
$this->PackageVersion = $param["PackageVersion"];
}
if (array_key_exists("PackageLabel",$param) and $param["PackageLabel"] !== null) {
$this->PackageLabel = $param["PackageLabel"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/AndroidInstanceAppInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/AndroidInstanceAppInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/SwitchGameArchiveResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/SwitchGameArchiveResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/SwitchGameArchiveResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/SwitchGameArchiveResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TaskId 任务ID
@param string $Status 任务状态:SUCCESS,FAILED,PROCESSING,PENDING,CANCELED
@param string $AndroidInstanceId 实例ID
@param string $TaskResult 任务执行结果描述,针对某些任务,可以是可解析的 json
@param string $TaskType 任务类型
@param string $CreateTime 任务创建时间
@param string $CompleteTime 任务完成时间 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/AndroidInstanceTaskStatus.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/AndroidInstanceTaskStatus.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TaskId",$param) and $param["TaskId"] !== null) {
$this->TaskId = $param["TaskId"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("AndroidInstanceId",$param) and $param["AndroidInstanceId"] !== null) {
$this->AndroidInstanceId = $param["AndroidInstanceId"];
}
if (array_key_exists("TaskResult",$param) and $param["TaskResult"] !== null) {
$this->TaskResult = $param["TaskResult"];
}
if (array_key_exists("TaskType",$param) and $param["TaskType"] !== null) {
$this->TaskType = $param["TaskType"];
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("CompleteTime",$param) and $param["CompleteTime"] !== null) {
$this->CompleteTime = $param["CompleteTime"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/AndroidInstanceTaskStatus.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/AndroidInstanceTaskStatus.php | Apache-2.0 |
function __construct()
{
} | @param string $Name 安卓应用名字
@param string $UserId 用户 Id
@param string $AppMode 应用模式(NORMAL : 普通模式、只支持 apk 文件上传,为默认值;ADVANCED : 高级模式、只支持上传 tgz 文件 和 自定义 shell 命令执行) | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("UserId",$param) and $param["UserId"] !== null) {
$this->UserId = $param["UserId"];
}
if (array_key_exists("AppMode",$param) and $param["AppMode"] !== null) {
$this->AppMode = $param["AppMode"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $AndroidInstanceId 实例ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceAppsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceAppsRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidInstanceId",$param) and $param["AndroidInstanceId"] !== null) {
$this->AndroidInstanceId = $param["AndroidInstanceId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceAppsRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceAppsRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $UserId 唯一用户身份标识,由业务方自定义,平台不予理解。(可根据业务需要决定使用用户的唯一身份标识或是使用时间戳随机生成;在用户重连时应保持UserId不变)
@param string $PublishUrl 推流地址,仅支持rtmp协议 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StartPublishStreamRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StartPublishStreamRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("UserId",$param) and $param["UserId"] !== null) {
$this->UserId = $param["UserId"];
}
if (array_key_exists("PublishUrl",$param) and $param["PublishUrl"] !== null) {
$this->PublishUrl = $param["PublishUrl"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StartPublishStreamRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StartPublishStreamRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $AndroidAppId 应用ID
@param string $DownloadUrl 应用包下载地址
@param string $Command shell 命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效) | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppVersionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppVersionRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidAppId",$param) and $param["AndroidAppId"] !== null) {
$this->AndroidAppId = $param["AndroidAppId"];
}
if (array_key_exists("DownloadUrl",$param) and $param["DownloadUrl"] !== null) {
$this->DownloadUrl = $param["DownloadUrl"];
}
if (array_key_exists("Command",$param) and $param["Command"] !== null) {
$this->Command = $param["Command"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppVersionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidAppVersionRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidAppVersion",$param) and $param["AndroidAppVersion"] !== null) {
$this->AndroidAppVersion = $param["AndroidAppVersion"];
}
if (array_key_exists("State",$param) and $param["State"] !== null) {
$this->State = $param["State"];
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("Command",$param) and $param["Command"] !== null) {
$this->Command = $param["Command"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/AndroidAppVersionInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/AndroidAppVersionInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StartPublishStreamResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StartPublishStreamResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StartPublishStreamResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StartPublishStreamResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $AndroidInstanceImageId 安卓实例镜像 ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceImageResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceImageResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidInstanceImageId",$param) and $param["AndroidInstanceImageId"] !== null) {
$this->AndroidInstanceImageId = $param["AndroidInstanceImageId"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceImageResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceImageResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $SyncAndroidInstanceImages 同步安卓实例镜像列表
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/SyncAndroidInstanceImageResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/SyncAndroidInstanceImageResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppVersionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppVersionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppVersionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidAppVersionResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $TaskSet 任务集合,可异步查询任务状态
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ExecuteCommandOnAndroidInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ExecuteCommandOnAndroidInstancesResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $TaskSet 任务集合
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/UninstallAndroidInstancesAppResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/UninstallAndroidInstancesAppResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesLabelsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesLabelsResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesLabelsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesLabelsResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $TaskSet 任务集合
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StopAndroidInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StopAndroidInstancesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $AndroidInstanceId 安卓实例ID
@param string $StorageType 存储服务器类型,如 COS、S3。注意:使用 COS 和 S3 都将占用外网带宽。
@param string $ObjectKey 自定义对象Key
@param array $Includes 包含的路径,支持仅含一个通配符*,通配符不能出现在路径开始
@param array $Excludes 需要排除路径,支持仅含一个通配符*,通配符不能出现在路径开始
@param COSOptions $COSOptions COS协议选项
@param S3Options $S3Options S3存储协议选项 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/BackUpAndroidInstanceToStorageRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/BackUpAndroidInstanceToStorageRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidInstanceId",$param) and $param["AndroidInstanceId"] !== null) {
$this->AndroidInstanceId = $param["AndroidInstanceId"];
}
if (array_key_exists("StorageType",$param) and $param["StorageType"] !== null) {
$this->StorageType = $param["StorageType"];
}
if (array_key_exists("ObjectKey",$param) and $param["ObjectKey"] !== null) {
$this->ObjectKey = $param["ObjectKey"];
}
if (array_key_exists("Includes",$param) and $param["Includes"] !== null) {
$this->Includes = $param["Includes"];
}
if (array_key_exists("Excludes",$param) and $param["Excludes"] !== null) {
$this->Excludes = $param["Excludes"];
}
if (array_key_exists("COSOptions",$param) and $param["COSOptions"] !== null) {
$this->COSOptions = new COSOptions();
$this->COSOptions->deserialize($param["COSOptions"]);
}
if (array_key_exists("S3Options",$param) and $param["S3Options"] !== null) {
$this->S3Options = new S3Options();
$this->S3Options->deserialize($param["S3Options"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/BackUpAndroidInstanceToStorageRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/BackUpAndroidInstanceToStorageRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $AndroidInstanceId 实例ID
@param string $ExpiredTime 连接过期时间,最长可设置7天 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceSSHRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceSSHRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidInstanceId",$param) and $param["AndroidInstanceId"] !== null) {
$this->AndroidInstanceId = $param["AndroidInstanceId"];
}
if (array_key_exists("ExpiredTime",$param) and $param["ExpiredTime"] !== null) {
$this->ExpiredTime = $param["ExpiredTime"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceSSHRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CreateAndroidInstanceSSHRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $Apps 安卓应用列表
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceAppsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidInstanceAppsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $UserId 唯一用户身份标识,由业务方自定义,平台不予理解。(可根据业务需要决定使用用户的唯一身份标识或是使用时间戳随机生成;在用户重连时应保持UserId不变) | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StopPublishStreamRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StopPublishStreamRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("UserId",$param) and $param["UserId"] !== null) {
$this->UserId = $param["UserId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StopPublishStreamRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StopPublishStreamRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $AndroidInstanceIds 安卓实例 ID 列表
@param string $FileURL 文件下载 URL
@param string $DestinationDirectory 上传目标目录,只能上传到 /sdcard/ 目录或其子目录下 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/UploadFileToAndroidInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/UploadFileToAndroidInstancesRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AndroidInstanceIds",$param) and $param["AndroidInstanceIds"] !== null) {
$this->AndroidInstanceIds = $param["AndroidInstanceIds"];
}
if (array_key_exists("FileURL",$param) and $param["FileURL"] !== null) {
$this->FileURL = $param["FileURL"];
}
if (array_key_exists("DestinationDirectory",$param) and $param["DestinationDirectory"] !== null) {
$this->DestinationDirectory = $param["DestinationDirectory"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/UploadFileToAndroidInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/UploadFileToAndroidInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstanceResolutionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstanceResolutionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstanceResolutionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstanceResolutionResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TaskId 任务ID
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CopyAndroidInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CopyAndroidInstanceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TaskId",$param) and $param["TaskId"] !== null) {
$this->TaskId = $param["TaskId"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/CopyAndroidInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/CopyAndroidInstanceResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $UserId 唯一用户身份标识,由业务方自定义,平台不予理解。(可根据业务需要决定使用用户的唯一身份标识或是使用时间戳随机生成;在用户重连时应保持UserId不变)
@param string $PublishStreamArgs 推流参数,推流时携带自定义参数。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StartPublishStreamToCSSRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StartPublishStreamToCSSRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("UserId",$param) and $param["UserId"] !== null) {
$this->UserId = $param["UserId"];
}
if (array_key_exists("PublishStreamArgs",$param) and $param["PublishStreamArgs"] !== null) {
$this->PublishStreamArgs = $param["PublishStreamArgs"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StartPublishStreamToCSSRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StartPublishStreamToCSSRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Name 字段名
@param array $Values 字段值列表 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/Filter.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/Filter.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("Values",$param) and $param["Values"] !== null) {
$this->Values = $param["Values"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/Filter.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/Filter.php | Apache-2.0 |
function __construct()
{
} | @param array $Apps 安卓应用列表
@param integer $TotalCount 安卓应用列表长度
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/DescribeAndroidAppsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/DescribeAndroidAppsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StopAndroidInstancesAppResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StopAndroidInstancesAppResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/StopAndroidInstancesAppResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/StopAndroidInstancesAppResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $UserId 唯一用户身份标识,由业务方自定义,平台不予理解。(可根据业务需要决定使用用户的唯一身份标识或是使用时间戳随机生成;在用户重连时应保持UserId不变)
@param string $GameId 游戏ID
@param string $GameRegion 游戏区域,ap-guangzhou、ap-shanghai、ap-beijing等,如果不为空,优先按照该区域进行调度分配机器
@param integer $SetNo 【废弃】资源池编号
@param string $UserIp 【必选】用户IP,用户客户端的公网IP,用于就近调度,不填将严重影响用户体验
@param string $GroupId 分组ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/TrylockWorkerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/TrylockWorkerRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("UserId",$param) and $param["UserId"] !== null) {
$this->UserId = $param["UserId"];
}
if (array_key_exists("GameId",$param) and $param["GameId"] !== null) {
$this->GameId = $param["GameId"];
}
if (array_key_exists("GameRegion",$param) and $param["GameRegion"] !== null) {
$this->GameRegion = $param["GameRegion"];
}
if (array_key_exists("SetNo",$param) and $param["SetNo"] !== null) {
$this->SetNo = $param["SetNo"];
}
if (array_key_exists("UserIp",$param) and $param["UserIp"] !== null) {
$this->UserIp = $param["UserIp"];
}
if (array_key_exists("GroupId",$param) and $param["GroupId"] !== null) {
$this->GroupId = $param["GroupId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/TrylockWorkerRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/TrylockWorkerRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesResolutionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesResolutionResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesResolutionResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstancesResolutionResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstanceInformationResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstanceInformationResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstanceInformationResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/ModifyAndroidInstanceInformationResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $AndroidInstanceIds 实例ID
@param string $AndroidAppId 应用ID
@param string $AndroidAppVersion 应用版本 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Gs/V20191118/Models/InstallAndroidInstancesAppRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Gs/V20191118/Models/InstallAndroidInstancesAppRequest.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.