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 |
---|---|---|---|---|---|---|---|
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/Ms/V20180408/MsClient.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/MsClient.php | Apache-2.0 |
function __construct()
{
} | @param string $ApkUrl 软件包的下载链接
@param string $ApkMd5 软件包的md5值,具有唯一性。腾讯APK云检测服务会根据md5值来判断该包是否为库中已收集的样本,已存在,则返回检测结果,反之,需要一定时间检测该样本。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeApkDetectionResultRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeApkDetectionResultRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ApkUrl",$param) and $param["ApkUrl"] !== null) {
$this->ApkUrl = $param["ApkUrl"];
}
if (array_key_exists("ApkMd5",$param) and $param["ApkMd5"] !== null) {
$this->ApkMd5 = $param["ApkMd5"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeApkDetectionResultRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeApkDetectionResultRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultId",$param) and $param["ResultId"] !== null) {
$this->ResultId = $param["ResultId"];
}
if (array_key_exists("OrderId",$param) and $param["OrderId"] !== null) {
$this->OrderId = $param["OrderId"];
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
if (array_key_exists("OpUin",$param) and $param["OpUin"] !== null) {
$this->OpUin = $param["OpUin"];
}
if (array_key_exists("AppType",$param) and $param["AppType"] !== null) {
$this->AppType = $param["AppType"];
}
if (array_key_exists("AppPkgName",$param) and $param["AppPkgName"] !== null) {
$this->AppPkgName = $param["AppPkgName"];
}
if (array_key_exists("BindAppPkgName",$param) and $param["BindAppPkgName"] !== null) {
$this->BindAppPkgName = $param["BindAppPkgName"];
}
if (array_key_exists("EncryptState",$param) and $param["EncryptState"] !== null) {
$this->EncryptState = $param["EncryptState"];
}
if (array_key_exists("EncryptStateDesc",$param) and $param["EncryptStateDesc"] !== null) {
$this->EncryptStateDesc = $param["EncryptStateDesc"];
}
if (array_key_exists("EncryptErrCode",$param) and $param["EncryptErrCode"] !== null) {
$this->EncryptErrCode = $param["EncryptErrCode"];
}
if (array_key_exists("EncryptErrDesc",$param) and $param["EncryptErrDesc"] !== null) {
$this->EncryptErrDesc = $param["EncryptErrDesc"];
}
if (array_key_exists("EncryptErrRef",$param) and $param["EncryptErrRef"] !== null) {
$this->EncryptErrRef = $param["EncryptErrRef"];
}
if (array_key_exists("CreatTime",$param) and $param["CreatTime"] !== null) {
$this->CreatTime = $param["CreatTime"];
}
if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) {
$this->StartTime = $param["StartTime"];
}
if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) {
$this->EndTime = $param["EndTime"];
}
if (array_key_exists("CostTime",$param) and $param["CostTime"] !== null) {
$this->CostTime = $param["CostTime"];
}
if (array_key_exists("AppUrl",$param) and $param["AppUrl"] !== null) {
$this->AppUrl = $param["AppUrl"];
}
if (array_key_exists("AppMd5",$param) and $param["AppMd5"] !== null) {
$this->AppMd5 = $param["AppMd5"];
}
if (array_key_exists("AppName",$param) and $param["AppName"] !== null) {
$this->AppName = $param["AppName"];
}
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("OnlineToolVersion",$param) and $param["OnlineToolVersion"] !== null) {
$this->OnlineToolVersion = $param["OnlineToolVersion"];
}
if (array_key_exists("EncryptAppMd5",$param) and $param["EncryptAppMd5"] !== null) {
$this->EncryptAppMd5 = $param["EncryptAppMd5"];
}
if (array_key_exists("EncryptAppSize",$param) and $param["EncryptAppSize"] !== null) {
$this->EncryptAppSize = $param["EncryptAppSize"];
}
if (array_key_exists("EncryptPkgUrl",$param) and $param["EncryptPkgUrl"] !== null) {
$this->EncryptPkgUrl = $param["EncryptPkgUrl"];
}
if (array_key_exists("OutputToolVersion",$param) and $param["OutputToolVersion"] !== null) {
$this->OutputToolVersion = $param["OutputToolVersion"];
}
if (array_key_exists("OutputToolSize",$param) and $param["OutputToolSize"] !== null) {
$this->OutputToolSize = $param["OutputToolSize"];
}
if (array_key_exists("ToolOutputTime",$param) and $param["ToolOutputTime"] !== null) {
$this->ToolOutputTime = $param["ToolOutputTime"];
}
if (array_key_exists("ToolExpireTime",$param) and $param["ToolExpireTime"] !== null) {
$this->ToolExpireTime = $param["ToolExpireTime"];
}
if (array_key_exists("OutputToolUrl",$param) and $param["OutputToolUrl"] !== null) {
$this->OutputToolUrl = $param["OutputToolUrl"];
}
if (array_key_exists("AndroidPlan",$param) and $param["AndroidPlan"] !== null) {
$this->AndroidPlan = new AndroidPlan();
$this->AndroidPlan->deserialize($param["AndroidPlan"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AndroidResult.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AndroidResult.php | Apache-2.0 |
function __construct()
{
} | @param BindInfo $BindInfo 绑定资源信息
@param ShieldPlanInfo $ShieldPlanInfo 加固策略信息
@param ResourceServiceInfo $ResourceServiceInfo 加固资源信息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeShieldPlanInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeShieldPlanInstanceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("BindInfo",$param) and $param["BindInfo"] !== null) {
$this->BindInfo = new BindInfo();
$this->BindInfo->deserialize($param["BindInfo"]);
}
if (array_key_exists("ShieldPlanInfo",$param) and $param["ShieldPlanInfo"] !== null) {
$this->ShieldPlanInfo = new ShieldPlanInfo();
$this->ShieldPlanInfo->deserialize($param["ShieldPlanInfo"]);
}
if (array_key_exists("ResourceServiceInfo",$param) and $param["ResourceServiceInfo"] !== null) {
$this->ResourceServiceInfo = new ResourceServiceInfo();
$this->ResourceServiceInfo->deserialize($param["ResourceServiceInfo"]);
}
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/DescribeShieldPlanInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeShieldPlanInstanceResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ResourceId 用户购买的资源id,全局唯一
@param integer $Pid 资源的pid,MTP加固-12767,应用加固-12750 MTP反作弊-12766 源代码混淆-12736
@param integer $CreateTime 购买时间戳
@param integer $ExpireTime 到期时间戳
@param integer $IsBind 0-未绑定,1-已绑定
@param BindInfo $BindInfo 用户绑定app的基本信息
@param string $ResourceName 资源名称,如应用加固,漏洞扫描 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/ResourceInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/ResourceInfo.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("Pid",$param) and $param["Pid"] !== null) {
$this->Pid = $param["Pid"];
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("ExpireTime",$param) and $param["ExpireTime"] !== null) {
$this->ExpireTime = $param["ExpireTime"];
}
if (array_key_exists("IsBind",$param) and $param["IsBind"] !== null) {
$this->IsBind = $param["IsBind"];
}
if (array_key_exists("BindInfo",$param) and $param["BindInfo"] !== null) {
$this->BindInfo = new BindInfo();
$this->BindInfo->deserialize($param["BindInfo"]);
}
if (array_key_exists("ResourceName",$param) and $param["ResourceName"] !== null) {
$this->ResourceName = $param["ResourceName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/ResourceInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/ResourceInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $ResourceId 资源id
@param string $Result 返回状态
@param integer $PlatformType 平台类型 1.android安卓加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
@param integer $OrderType 订单采购类型 1-免费试用 2-按年收费 3-按次收费
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DestroyResourceInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DestroyResourceInstancesResponse.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("Result",$param) and $param["Result"] !== null) {
$this->Result = $param["Result"];
}
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("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/DestroyResourceInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DestroyResourceInstancesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $InfoPListUrl info.plist的url,必须保证不用权限校验就可以下载
@param integer $InfoPListSize info.plist文件的大小
@param string $InfoPListMd5 info.plist文件的md5
@param string $BuildType release: 需要INFO-PLIST文件,会生成工具部署安装包,并带有license文件,绑定机器;nobind不需要INFO-PLIST文件,不绑定机器 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/IOSInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/IOSInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("InfoPListUrl",$param) and $param["InfoPListUrl"] !== null) {
$this->InfoPListUrl = $param["InfoPListUrl"];
}
if (array_key_exists("InfoPListSize",$param) and $param["InfoPListSize"] !== null) {
$this->InfoPListSize = $param["InfoPListSize"];
}
if (array_key_exists("InfoPListMd5",$param) and $param["InfoPListMd5"] !== null) {
$this->InfoPListMd5 = $param["InfoPListMd5"];
}
if (array_key_exists("BuildType",$param) and $param["BuildType"] !== null) {
$this->BuildType = $param["BuildType"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/IOSInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/IOSInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 符合要求的app数量
@param array $AppSet 一个关于app详细信息的结构体,主要包括app的基本信息和加固信息。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeShieldInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeShieldInstancesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $OrderId 订单Id
@param array $ResourceId 与订单关联的资源id
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateOrderInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateOrderInstanceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("OrderId",$param) and $param["OrderId"] !== null) {
$this->OrderId = $param["OrderId"];
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
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/CreateOrderInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateOrderInstanceResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $PluginType 数字类型,分别为 1-通知栏广告,2-积分墙广告,3-banner广告,4- 悬浮窗图标广告,5-精品推荐列表广告, 6-插播广告
@param string $PluginName 广告插件名称
@param string $PluginDesc 广告插件描述 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/PluginListItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/PluginListItem.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PluginType",$param) and $param["PluginType"] !== null) {
$this->PluginType = $param["PluginType"];
}
if (array_key_exists("PluginName",$param) and $param["PluginName"] !== null) {
$this->PluginName = $param["PluginName"];
}
if (array_key_exists("PluginDesc",$param) and $param["PluginDesc"] !== null) {
$this->PluginDesc = $param["PluginDesc"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/PluginListItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/PluginListItem.php | Apache-2.0 |
function __construct()
{
} | @param array $SoFileNames so文件列表 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/SoInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/SoInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("SoFileNames",$param) and $param["SoFileNames"] !== null) {
$this->SoFileNames = $param["SoFileNames"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/SoInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/SoInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $ResourceId 资源id
@param integer $Pid 服务类别id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeShieldPlanInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeShieldPlanInstanceRequest.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("Pid",$param) and $param["Pid"] !== null) {
$this->Pid = $param["Pid"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeShieldPlanInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeShieldPlanInstanceRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ResourceId ResourceId 资源id,在创建订单时,返回的resourceId
@param string $AppPkgName 资源绑定的包名,为了防止误删除,需要指定绑定时的包名 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DestroyResourceInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DestroyResourceInstancesRequest.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("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/DestroyResourceInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DestroyResourceInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ResultCode 标记成功
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/UpdateLocalTaskResultResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/UpdateLocalTaskResultResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultCode",$param) and $param["ResultCode"] !== null) {
$this->ResultCode = $param["ResultCode"];
}
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/UpdateLocalTaskResultResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/UpdateLocalTaskResultResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $ShieldCode 加固结果的返回码
@param integer $ShieldSize 加固后app的大小
@param string $ShieldMd5 加固后app的md5
@param string $AppUrl 加固后的APP下载地址,该地址有效期为20分钟,请及时下载
@param integer $TaskTime 加固的提交时间
@param string $ItemId 任务唯一标识
@param string $ServiceEdition 加固版本,basic基础版,professional专业版,enterprise企业版 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/ShieldInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/ShieldInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ShieldCode",$param) and $param["ShieldCode"] !== null) {
$this->ShieldCode = $param["ShieldCode"];
}
if (array_key_exists("ShieldSize",$param) and $param["ShieldSize"] !== null) {
$this->ShieldSize = $param["ShieldSize"];
}
if (array_key_exists("ShieldMd5",$param) and $param["ShieldMd5"] !== null) {
$this->ShieldMd5 = $param["ShieldMd5"];
}
if (array_key_exists("AppUrl",$param) and $param["AppUrl"] !== null) {
$this->AppUrl = $param["AppUrl"];
}
if (array_key_exists("TaskTime",$param) and $param["TaskTime"] !== null) {
$this->TaskTime = $param["TaskTime"];
}
if (array_key_exists("ItemId",$param) and $param["ItemId"] !== null) {
$this->ItemId = $param["ItemId"];
}
if (array_key_exists("ServiceEdition",$param) and $param["ServiceEdition"] !== null) {
$this->ServiceEdition = $param["ServiceEdition"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/ShieldInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/ShieldInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $ItemId 任务唯一标识
@param string $AppName app的名称
@param string $AppPkgName app的包名
@param string $AppVersion app的版本号
@param string $AppMd5 app的md5
@param integer $AppSize app的大小
@param string $ServiceEdition 加固服务版本
@param integer $ShieldCode 加固结果返回码
@param string $AppUrl 加固后的APP下载地址
@param integer $TaskStatus 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
@param string $ClientIp 请求的客户端ip
@param integer $TaskTime 提交加固时间
@param string $AppIconUrl app的图标url
@param string $ShieldMd5 加固后app的md5
@param integer $ShieldSize 加固后app的大小 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AppSetInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AppSetInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ItemId",$param) and $param["ItemId"] !== null) {
$this->ItemId = $param["ItemId"];
}
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("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("ServiceEdition",$param) and $param["ServiceEdition"] !== null) {
$this->ServiceEdition = $param["ServiceEdition"];
}
if (array_key_exists("ShieldCode",$param) and $param["ShieldCode"] !== null) {
$this->ShieldCode = $param["ShieldCode"];
}
if (array_key_exists("AppUrl",$param) and $param["AppUrl"] !== null) {
$this->AppUrl = $param["AppUrl"];
}
if (array_key_exists("TaskStatus",$param) and $param["TaskStatus"] !== null) {
$this->TaskStatus = $param["TaskStatus"];
}
if (array_key_exists("ClientIp",$param) and $param["ClientIp"] !== null) {
$this->ClientIp = $param["ClientIp"];
}
if (array_key_exists("TaskTime",$param) and $param["TaskTime"] !== null) {
$this->TaskTime = $param["TaskTime"];
}
if (array_key_exists("AppIconUrl",$param) and $param["AppIconUrl"] !== null) {
$this->AppIconUrl = $param["AppIconUrl"];
}
if (array_key_exists("ShieldMd5",$param) and $param["ShieldMd5"] !== null) {
$this->ShieldMd5 = $param["ShieldMd5"];
}
if (array_key_exists("ShieldSize",$param) and $param["ShieldSize"] !== null) {
$this->ShieldSize = $param["ShieldSize"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AppSetInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AppSetInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $PlanId 策略id
@param integer $Progress 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateShieldPlanInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateShieldPlanInstanceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PlanId",$param) and $param["PlanId"] !== null) {
$this->PlanId = $param["PlanId"];
}
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/CreateShieldPlanInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateShieldPlanInstanceResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Name 需要过滤的字段
@param string $Value 需要过滤字段的值 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/Filter.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/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("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/Ms/V20180408/Models/Filter.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/Filter.php | Apache-2.0 |
function __construct()
{
} | @param string $ItemId 任务唯一标识 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeShieldResultRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeShieldResultRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ItemId",$param) and $param["ItemId"] !== null) {
$this->ItemId = $param["ItemId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeShieldResultRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeShieldResultRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PlanId",$param) and $param["PlanId"] !== null) {
$this->PlanId = $param["PlanId"];
}
if (array_key_exists("AppletLevel",$param) and $param["AppletLevel"] !== null) {
$this->AppletLevel = $param["AppletLevel"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AppletPlan.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AppletPlan.php | Apache-2.0 |
function __construct()
{
} | @param integer $PageNumber 页码
@param integer $PageSize 每页展示数量
@param string $OrderField 按某个字段排序,目前仅支持CreateTime排序。
@param string $OrderDirection 升序(asc)还是降序(desc),默认:desc。
@param integer $PlatformType (条件过滤字段)平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
@param integer $OrderType (条件过滤字段)订单采购类型 1-免费试用 2-按年收费 3-按次收费
@param integer $ApprovalStatus (条件过滤字段)订单审批状态:
@param integer $ResourceStatus (条件过滤字段)资源状态:
@param string $OrderId (条件过滤字段)订单ID
@param string $ResourceId (条件过滤字段)资源ID
@param string $AppPkgName (条件过滤字段)包名,查询android加固订单时使用 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeOrderInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeOrderInstancesRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PageNumber",$param) and $param["PageNumber"] !== null) {
$this->PageNumber = $param["PageNumber"];
}
if (array_key_exists("PageSize",$param) and $param["PageSize"] !== null) {
$this->PageSize = $param["PageSize"];
}
if (array_key_exists("OrderField",$param) and $param["OrderField"] !== null) {
$this->OrderField = $param["OrderField"];
}
if (array_key_exists("OrderDirection",$param) and $param["OrderDirection"] !== null) {
$this->OrderDirection = $param["OrderDirection"];
}
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("ApprovalStatus",$param) and $param["ApprovalStatus"] !== null) {
$this->ApprovalStatus = $param["ApprovalStatus"];
}
if (array_key_exists("ResourceStatus",$param) and $param["ResourceStatus"] !== null) {
$this->ResourceStatus = $param["ResourceStatus"];
}
if (array_key_exists("OrderId",$param) and $param["OrderId"] !== null) {
$this->OrderId = $param["OrderId"];
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
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/DescribeOrderInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeOrderInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param AppInfo $AppInfo 待加固的应用信息
@param ServiceInfo $ServiceInfo 加固服务信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateShieldInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateShieldInstanceRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AppInfo",$param) and $param["AppInfo"] !== null) {
$this->AppInfo = new AppInfo();
$this->AppInfo->deserialize($param["AppInfo"]);
}
if (array_key_exists("ServiceInfo",$param) and $param["ServiceInfo"] !== null) {
$this->ServiceInfo = new ServiceInfo();
$this->ServiceInfo->deserialize($param["ServiceInfo"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateShieldInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateShieldInstanceRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ResultId 加固任务Id
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateEncryptInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateEncryptInstanceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultId",$param) and $param["ResultId"] !== null) {
$this->ResultId = $param["ResultId"];
}
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/CreateEncryptInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateEncryptInstanceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultCode",$param) and $param["ResultCode"] !== null) {
$this->ResultCode = $param["ResultCode"];
}
if (array_key_exists("RespVer",$param) and $param["RespVer"] !== null) {
$this->RespVer = $param["RespVer"];
}
if (array_key_exists("UrlType",$param) and $param["UrlType"] !== null) {
$this->UrlType = $param["UrlType"];
}
if (array_key_exists("EvilClass",$param) and $param["EvilClass"] !== null) {
$this->EvilClass = $param["EvilClass"];
}
if (array_key_exists("EvilType",$param) and $param["EvilType"] !== null) {
$this->EvilType = $param["EvilType"];
}
if (array_key_exists("Level",$param) and $param["Level"] !== null) {
$this->Level = $param["Level"];
}
if (array_key_exists("DetectTime",$param) and $param["DetectTime"] !== null) {
$this->DetectTime = $param["DetectTime"];
}
if (array_key_exists("Wording",$param) and $param["Wording"] !== null) {
$this->Wording = $param["Wording"];
}
if (array_key_exists("WordingTitle",$param) and $param["WordingTitle"] !== null) {
$this->WordingTitle = $param["WordingTitle"];
}
if (array_key_exists("UrlTypeDesc",$param) and $param["UrlTypeDesc"] !== null) {
$this->UrlTypeDesc = $param["UrlTypeDesc"];
}
if (array_key_exists("EvilClassDesc",$param) and $param["EvilClassDesc"] !== null) {
$this->EvilClassDesc = $param["EvilClassDesc"];
}
if (array_key_exists("EvilTypeDesc",$param) and $param["EvilTypeDesc"] !== null) {
$this->EvilTypeDesc = $param["EvilTypeDesc"];
}
if (array_key_exists("LevelDesc",$param) and $param["LevelDesc"] !== null) {
$this->LevelDesc = $param["LevelDesc"];
}
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/DescribeUrlDetectionResultResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeUrlDetectionResultResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Url 查询的网址 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeUrlDetectionResultRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeUrlDetectionResultRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Url",$param) and $param["Url"] !== null) {
$this->Url = $param["Url"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeUrlDetectionResultRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeUrlDetectionResultRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ClientId Client Id
@param string $Ip Ip addr
@param integer $Internal 内部分组
@param string $ServerVersion Client Version
@param string $Hostname 主机
@param string $Os 系统 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/UpdateClientStateRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/UpdateClientStateRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ClientId",$param) and $param["ClientId"] !== null) {
$this->ClientId = $param["ClientId"];
}
if (array_key_exists("Ip",$param) and $param["Ip"] !== null) {
$this->Ip = $param["Ip"];
}
if (array_key_exists("Internal",$param) and $param["Internal"] !== null) {
$this->Internal = $param["Internal"];
}
if (array_key_exists("ServerVersion",$param) and $param["ServerVersion"] !== null) {
$this->ServerVersion = $param["ServerVersion"];
}
if (array_key_exists("Hostname",$param) and $param["Hostname"] !== null) {
$this->Hostname = $param["Hostname"];
}
if (array_key_exists("Os",$param) and $param["Os"] !== null) {
$this->Os = $param["Os"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/UpdateClientStateRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/UpdateClientStateRequest.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 string $AppPkgName (条件过滤字段)加固查询时,根据包名查询
@param string $AppType (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab” | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeEncryptPlanRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeEncryptPlanRequest.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("AppPkgName",$param) and $param["AppPkgName"] !== null) {
$this->AppPkgName = $param["AppPkgName"];
}
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/DescribeEncryptPlanRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeEncryptPlanRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $UserUin 用户uin信息
@param integer $UserAppid 用户APPID信息
@param integer $TimeStamp 系统时间戳
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeUserBaseInfoInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeUserBaseInfoInstanceResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("UserUin",$param) and $param["UserUin"] !== null) {
$this->UserUin = $param["UserUin"];
}
if (array_key_exists("UserAppid",$param) and $param["UserAppid"] !== null) {
$this->UserAppid = $param["UserAppid"];
}
if (array_key_exists("TimeStamp",$param) and $param["TimeStamp"] !== null) {
$this->TimeStamp = $param["TimeStamp"];
}
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/DescribeUserBaseInfoInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeUserBaseInfoInstanceResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ResultId 加固任务结果Id
@param integer $OpUin 用户uid
@param string $EncryptType 加固类型,这里为ios
@param string $ResourceId 资源id
@param integer $EncryptState 加固状态:0等待,1成功,2任务中,3失败,4重试中
@param integer $EncryptErrno 业务错误码
@param string $EncryptErrDesc 业务错误信息
@param string $CreatTime 创建时间
@param string $StartTime 开始时间
@param string $EndTime 结束时间
@param integer $CostTime 消耗时间
@param string $EncryptPkgUrl 加固(混淆)包结果url | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/IOSResult.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/IOSResult.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultId",$param) and $param["ResultId"] !== null) {
$this->ResultId = $param["ResultId"];
}
if (array_key_exists("OpUin",$param) and $param["OpUin"] !== null) {
$this->OpUin = $param["OpUin"];
}
if (array_key_exists("EncryptType",$param) and $param["EncryptType"] !== null) {
$this->EncryptType = $param["EncryptType"];
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
if (array_key_exists("EncryptState",$param) and $param["EncryptState"] !== null) {
$this->EncryptState = $param["EncryptState"];
}
if (array_key_exists("EncryptErrno",$param) and $param["EncryptErrno"] !== null) {
$this->EncryptErrno = $param["EncryptErrno"];
}
if (array_key_exists("EncryptErrDesc",$param) and $param["EncryptErrDesc"] !== null) {
$this->EncryptErrDesc = $param["EncryptErrDesc"];
}
if (array_key_exists("CreatTime",$param) and $param["CreatTime"] !== null) {
$this->CreatTime = $param["CreatTime"];
}
if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) {
$this->StartTime = $param["StartTime"];
}
if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) {
$this->EndTime = $param["EndTime"];
}
if (array_key_exists("CostTime",$param) and $param["CostTime"] !== null) {
$this->CostTime = $param["CostTime"];
}
if (array_key_exists("EncryptPkgUrl",$param) and $param["EncryptPkgUrl"] !== null) {
$this->EncryptPkgUrl = $param["EncryptPkgUrl"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/IOSResult.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/IOSResult.php | Apache-2.0 |
function __construct()
{
} | @param string $ServiceEdition 服务版本,基础版basic,专业版professional,企业版enterprise。
@param string $CallbackUrl 任务处理完成后的反向通知回调地址,如果不需要通知请传递空字符串。通知为POST请求,post包体数据示例{"Response":{"ItemId":"4cdad8fb86f036b06bccb3f58971c306","ShieldCode":0,"ShieldMd5":"78701576793c4a5f04e1c9660de0aa0b","ShieldSize":11997354,"TaskStatus":1,"TaskTime":1539148141}},调用方需要返回如下信息,{"Result":"ok","Reason":"xxxxx"},如果Result字段值不等于ok会继续回调。
@param string $SubmitSource 提交来源 YYB-应用宝 RDM-rdm MC-控制台 MAC_TOOL-mac工具 WIN_TOOL-window工具。
@param integer $PlanId 加固策略编号,如果不传则使用系统默认加固策略。如果指定的plan不存在会返回错误。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/ServiceInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/ServiceInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ServiceEdition",$param) and $param["ServiceEdition"] !== null) {
$this->ServiceEdition = $param["ServiceEdition"];
}
if (array_key_exists("CallbackUrl",$param) and $param["CallbackUrl"] !== null) {
$this->CallbackUrl = $param["CallbackUrl"];
}
if (array_key_exists("SubmitSource",$param) and $param["SubmitSource"] !== null) {
$this->SubmitSource = $param["SubmitSource"];
}
if (array_key_exists("PlanId",$param) and $param["PlanId"] !== null) {
$this->PlanId = $param["PlanId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/ServiceInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/ServiceInfo.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/CreateBindInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateBindInstanceResponse.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/CreateBindInstanceResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateBindInstanceResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $Filters 支持CreateTime、ExpireTime、AppName、AppPkgName、BindValue、IsBind过滤
@param integer $Offset 偏移量,默认为0
@param integer $Limit 数量限制,默认为20,最大值为100。
@param array $Pids 资源类别id数组,13624:加固专业版,12750:企业版。空数组表示返回全部资源。
@param string $OrderField 按某个字段排序,目前支持CreateTime、ExpireTime其中的一个排序。
@param string $OrderDirection 升序(asc)还是降序(desc),默认:desc。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeResourceInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeResourceInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $IsDefault 默认策略,1为默认,0为非默认
@param integer $PlanId 策略id
@param string $PlanName 策略名称
@param PlanInfo $PlanInfo 策略信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/PlanDetailInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/PlanDetailInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("IsDefault",$param) and $param["IsDefault"] !== null) {
$this->IsDefault = $param["IsDefault"];
}
if (array_key_exists("PlanId",$param) and $param["PlanId"] !== null) {
$this->PlanId = $param["PlanId"];
}
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/PlanDetailInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/PlanDetailInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PlanId",$param) and $param["PlanId"] !== null) {
$this->PlanId = $param["PlanId"];
}
if (array_key_exists("AppPkgName",$param) and $param["AppPkgName"] !== null) {
$this->AppPkgName = $param["AppPkgName"];
}
if (array_key_exists("AppType",$param) and $param["AppType"] !== null) {
$this->AppType = $param["AppType"];
}
if (array_key_exists("EncryptParam",$param) and $param["EncryptParam"] !== null) {
$this->EncryptParam = $param["EncryptParam"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AndroidPlan.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AndroidPlan.php | Apache-2.0 |
function __construct()
{
} | @param string $ResultId 加固任务结果Id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/SDKResult.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/SDKResult.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultId",$param) and $param["ResultId"] !== null) {
$this->ResultId = $param["ResultId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/SDKResult.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/SDKResult.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeUserBaseInfoInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeUserBaseInfoInstanceRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ClientId Client Id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/RequestLocalTaskRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/RequestLocalTaskRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ClientId",$param) and $param["ClientId"] !== null) {
$this->ClientId = $param["ClientId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/RequestLocalTaskRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/RequestLocalTaskRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $ItemIds 任务唯一标识ItemId的列表 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DeleteShieldInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DeleteShieldInstancesRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ItemIds",$param) and $param["ItemIds"] !== null) {
$this->ItemIds = $param["ItemIds"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DeleteShieldInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DeleteShieldInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $CreateTime 创建时间戳
@param integer $ExpireTime 到期时间戳
@param string $ResourceName 资源名称,如应用加固,源码混淆 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/ResourceServiceInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/ResourceServiceInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("ExpireTime",$param) and $param["ExpireTime"] !== null) {
$this->ExpireTime = $param["ExpireTime"];
}
if (array_key_exists("ResourceName",$param) and $param["ResourceName"] !== null) {
$this->ResourceName = $param["ResourceName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/ResourceServiceInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/ResourceServiceInfo.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("SrcFileMd5",$param) and $param["SrcFileMd5"] !== null) {
$this->SrcFileMd5 = $param["SrcFileMd5"];
}
if (array_key_exists("SrcFileSize",$param) and $param["SrcFileSize"] !== null) {
$this->SrcFileSize = $param["SrcFileSize"];
}
if (array_key_exists("SrcFileUrl",$param) and $param["SrcFileUrl"] !== null) {
$this->SrcFileUrl = $param["SrcFileUrl"];
}
if (array_key_exists("SrcFileType",$param) and $param["SrcFileType"] !== null) {
$this->SrcFileType = $param["SrcFileType"];
}
if (array_key_exists("SrcFileVersion",$param) and $param["SrcFileVersion"] !== null) {
$this->SrcFileVersion = $param["SrcFileVersion"];
}
if (array_key_exists("EncryptParam",$param) and $param["EncryptParam"] !== null) {
$this->EncryptParam = $param["EncryptParam"];
}
if (array_key_exists("EncryptState",$param) and $param["EncryptState"] !== null) {
$this->EncryptState = $param["EncryptState"];
}
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/RequestLocalTaskResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/RequestLocalTaskResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ResultId 加固任务结果Id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CancelEncryptTaskRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CancelEncryptTaskRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultId",$param) and $param["ResultId"] !== null) {
$this->ResultId = $param["ResultId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CancelEncryptTaskRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CancelEncryptTaskRequest.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("AppPkgNameList",$param) and $param["AppPkgNameList"] !== null) {
$this->AppPkgNameList = $param["AppPkgNameList"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateOrderInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateOrderInstanceRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $PlanId 策略id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/IOSPlan.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/IOSPlan.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PlanId",$param) and $param["PlanId"] !== null) {
$this->PlanId = $param["PlanId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/IOSPlan.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/IOSPlan.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 总记录数
@param array $Orders 订单信息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeOrderInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeOrderInstancesResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $Pid 资源类型id。13624:加固专业版。
@param string $TimeUnit 时间单位,取值为d,m,y,分别表示天,月,年。
@param integer $TimeSpan 时间数量。
@param integer $ResourceNum 资源数量。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateResourceInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateResourceInstancesRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Pid",$param) and $param["Pid"] !== null) {
$this->Pid = $param["Pid"];
}
if (array_key_exists("TimeUnit",$param) and $param["TimeUnit"] !== null) {
$this->TimeUnit = $param["TimeUnit"];
}
if (array_key_exists("TimeSpan",$param) and $param["TimeSpan"] !== null) {
$this->TimeSpan = $param["TimeSpan"];
}
if (array_key_exists("ResourceNum",$param) and $param["ResourceNum"] !== null) {
$this->ResourceNum = $param["ResourceNum"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateResourceInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateResourceInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ResultCode 返回值
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/UpdateClientStateResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/UpdateClientStateResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultCode",$param) and $param["ResultCode"] !== null) {
$this->ResultCode = $param["ResultCode"];
}
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/UpdateClientStateResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/UpdateClientStateResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Result 响应结果,ok表示正常,error表示错误
@param string $Reason Result为error错误时的原因说明
@param array $ResultList APK检测结果数组
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeApkDetectionResultResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeApkDetectionResultResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $AppUrl app的url,必须保证不用权限校验就可以下载
@param string $AppMd5 app的md5,需要正确传递
@param integer $AppSize app的大小
@param string $FileName app的文件名
@param string $AppPkgName app的包名,需要正确的传递此字段
@param string $AppVersion app的版本号
@param string $AppIconUrl app的图标url
@param string $AppName app的名称 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AppInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AppInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AppUrl",$param) and $param["AppUrl"] !== null) {
$this->AppUrl = $param["AppUrl"];
}
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("FileName",$param) and $param["FileName"] !== null) {
$this->FileName = $param["FileName"];
}
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("AppIconUrl",$param) and $param["AppIconUrl"] !== null) {
$this->AppIconUrl = $param["AppIconUrl"];
}
if (array_key_exists("AppName",$param) and $param["AppName"] !== null) {
$this->AppName = $param["AppName"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AppInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AppInfo.php | Apache-2.0 |
function __construct()
{
} | @param integer $PlanId 策略id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/SDKPlan.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/SDKPlan.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PlanId",$param) and $param["PlanId"] !== null) {
$this->PlanId = $param["PlanId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/SDKPlan.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/SDKPlan.php | Apache-2.0 |
function __construct()
{
} | @param string $ResultId 加固任务结果id
@param string $ResourceId 资源id
@param string $OrderId 订单id
@param integer $OpUin 操作账号
@param integer $EncryptState 加固结果
@param string $EncryptStateDesc 加固结果描述
@param integer $EncryptErrCode 失败错误码
@param string $EncryptErrDesc 失败原因
@param string $EncryptErrRef 解决方案
@param string $CreatTime 任务创建时间
@param string $StartTime 任务开始处理时间
@param string $EndTime 任务处理结束时间
@param integer $CostTime 加固耗时(秒单位)
@param string $EncryptPkgUrl 在线加固成功下载包
@param AppletInfo $AppletInfo 本次加固配置 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AppletResult.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AppletResult.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResultId",$param) and $param["ResultId"] !== null) {
$this->ResultId = $param["ResultId"];
}
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("OpUin",$param) and $param["OpUin"] !== null) {
$this->OpUin = $param["OpUin"];
}
if (array_key_exists("EncryptState",$param) and $param["EncryptState"] !== null) {
$this->EncryptState = $param["EncryptState"];
}
if (array_key_exists("EncryptStateDesc",$param) and $param["EncryptStateDesc"] !== null) {
$this->EncryptStateDesc = $param["EncryptStateDesc"];
}
if (array_key_exists("EncryptErrCode",$param) and $param["EncryptErrCode"] !== null) {
$this->EncryptErrCode = $param["EncryptErrCode"];
}
if (array_key_exists("EncryptErrDesc",$param) and $param["EncryptErrDesc"] !== null) {
$this->EncryptErrDesc = $param["EncryptErrDesc"];
}
if (array_key_exists("EncryptErrRef",$param) and $param["EncryptErrRef"] !== null) {
$this->EncryptErrRef = $param["EncryptErrRef"];
}
if (array_key_exists("CreatTime",$param) and $param["CreatTime"] !== null) {
$this->CreatTime = $param["CreatTime"];
}
if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) {
$this->StartTime = $param["StartTime"];
}
if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) {
$this->EndTime = $param["EndTime"];
}
if (array_key_exists("CostTime",$param) and $param["CostTime"] !== null) {
$this->CostTime = $param["CostTime"];
}
if (array_key_exists("EncryptPkgUrl",$param) and $param["EncryptPkgUrl"] !== null) {
$this->EncryptPkgUrl = $param["EncryptPkgUrl"];
}
if (array_key_exists("AppletInfo",$param) and $param["AppletInfo"] !== null) {
$this->AppletInfo = new AppletInfo();
$this->AppletInfo->deserialize($param["AppletInfo"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/AppletResult.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/AppletResult.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PageNumber",$param) and $param["PageNumber"] !== null) {
$this->PageNumber = $param["PageNumber"];
}
if (array_key_exists("PageSize",$param) and $param["PageSize"] !== null) {
$this->PageSize = $param["PageSize"];
}
if (array_key_exists("OrderField",$param) and $param["OrderField"] !== null) {
$this->OrderField = $param["OrderField"];
}
if (array_key_exists("OrderDirection",$param) and $param["OrderDirection"] !== null) {
$this->OrderDirection = $param["OrderDirection"];
}
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("ResultId",$param) and $param["ResultId"] !== null) {
$this->ResultId = $param["ResultId"];
}
if (array_key_exists("OrderId",$param) and $param["OrderId"] !== null) {
$this->OrderId = $param["OrderId"];
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
if (array_key_exists("AppType",$param) and $param["AppType"] !== null) {
$this->AppType = $param["AppType"];
}
if (array_key_exists("AppPkgName",$param) and $param["AppPkgName"] !== null) {
$this->AppPkgName = $param["AppPkgName"];
}
if (array_key_exists("EncryptState",$param) and $param["EncryptState"] !== null) {
$this->EncryptState = $param["EncryptState"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeEncryptInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeEncryptInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $ResourceId 资源id,全局唯一
@param string $AppIconUrl app的icon的url
@param string $AppName app的名称
@param string $AppPkgName app的包名 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateBindInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateBindInstanceRequest.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("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/CreateBindInstanceRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateBindInstanceRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 符合要求的资源数量
@param array $ResourceSet 符合要求的资源数组
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeResourceInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeResourceInstancesResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $Filters 支持通过app名称,app包名,加固的服务版本,提交的渠道进行筛选。
@param integer $Offset 偏移量,默认为0。
@param integer $Limit 数量限制,默认为20,最大值为100。
@param array $ItemIds 可以提供ItemId数组来查询一个或者多个结果。注意不可以同时指定ItemIds和Filters。
@param string $OrderField 按某个字段排序,目前仅支持TaskTime排序。
@param string $OrderDirection 升序(asc)还是降序(desc),默认:desc。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeShieldInstancesRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeShieldInstancesRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $ResourceSet 新创建的资源列表。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/CreateResourceInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateResourceInstancesResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ResourceSet",$param) and $param["ResourceSet"] !== null) {
$this->ResourceSet = $param["ResourceSet"];
}
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/CreateResourceInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/CreateResourceInstancesResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $PluginType 非广告类型
@param string $PluginName 非广告插件名称
@param string $PluginDesc 非广告插件描述 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/OptPluginListItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/OptPluginListItem.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PluginType",$param) and $param["PluginType"] !== null) {
$this->PluginType = $param["PluginType"];
}
if (array_key_exists("PluginName",$param) and $param["PluginName"] !== null) {
$this->PluginName = $param["PluginName"];
}
if (array_key_exists("PluginDesc",$param) and $param["PluginDesc"] !== null) {
$this->PluginDesc = $param["PluginDesc"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/OptPluginListItem.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/OptPluginListItem.php | Apache-2.0 |
function __construct()
{
} | @param integer $TotalCount 总记录数
@param array $EncryptResults 渠道合作加固信息数组
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/DescribeEncryptInstancesResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/DescribeEncryptInstancesResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("OrderId",$param) and $param["OrderId"] !== null) {
$this->OrderId = $param["OrderId"];
}
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("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("AppPkgName",$param) and $param["AppPkgName"] !== null) {
$this->AppPkgName = $param["AppPkgName"];
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
if (array_key_exists("ResourceStatus",$param) and $param["ResourceStatus"] !== null) {
$this->ResourceStatus = $param["ResourceStatus"];
}
if (array_key_exists("ResourceStatusDesc",$param) and $param["ResourceStatusDesc"] !== null) {
$this->ResourceStatusDesc = $param["ResourceStatusDesc"];
}
if (array_key_exists("TestTimes",$param) and $param["TestTimes"] !== null) {
$this->TestTimes = $param["TestTimes"];
}
if (array_key_exists("ValidTime",$param) and $param["ValidTime"] !== null) {
$this->ValidTime = $param["ValidTime"];
}
if (array_key_exists("ExpireTime",$param) and $param["ExpireTime"] !== null) {
$this->ExpireTime = $param["ExpireTime"];
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("Approver",$param) and $param["Approver"] !== null) {
$this->Approver = $param["Approver"];
}
if (array_key_exists("ApprovalStatus",$param) and $param["ApprovalStatus"] !== null) {
$this->ApprovalStatus = $param["ApprovalStatus"];
}
if (array_key_exists("ApprovalStatusDesc",$param) and $param["ApprovalStatusDesc"] !== null) {
$this->ApprovalStatusDesc = $param["ApprovalStatusDesc"];
}
if (array_key_exists("ApprovalTime",$param) and $param["ApprovalTime"] !== null) {
$this->ApprovalTime = $param["ApprovalTime"];
}
if (array_key_exists("TimesTaskTotalCount",$param) and $param["TimesTaskTotalCount"] !== null) {
$this->TimesTaskTotalCount = $param["TimesTaskTotalCount"];
}
if (array_key_exists("TimesTaskSuccessCount",$param) and $param["TimesTaskSuccessCount"] !== null) {
$this->TimesTaskSuccessCount = $param["TimesTaskSuccessCount"];
}
if (array_key_exists("TimesTaskFailCount",$param) and $param["TimesTaskFailCount"] !== null) {
$this->TimesTaskFailCount = $param["TimesTaskFailCount"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Ms/V20180408/Models/Orders.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Ms/V20180408/Models/Orders.php | Apache-2.0 |
function __construct()
{
} | @param string $AppIconUrl app的icon的url
@param string $AppName app的名称
@param string $AppPkgName app的包名 | __construct | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.