public class DescribeVcubeApplicationAndLicenseRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeVcubeApplicationAndLicenseRequest() | 
| DescribeVcubeApplicationAndLicenseRequest(DescribeVcubeApplicationAndLicenseRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAppName()Get 应用名称,模糊查询 | 
| String | getAppType()Get 应用类型测试:test,正式:formal | 
| String | getBizType()Get 查询对应业务方的license,直播:live 点播:vod | 
| String | getBundleId()Get Ios包名,模糊查询 | 
| String | getMacBundleId()Get Mac 进程名 | 
| String | getPackageName()Get Android 包名,模糊查询 | 
| String | getPlatform()Get 平台信息,pc 或者 mobile | 
| String | getWinProcessName()Get Windows 进程名 | 
| void | setAppName(String AppName)Set 应用名称,模糊查询 | 
| void | setAppType(String AppType)Set 应用类型测试:test,正式:formal | 
| void | setBizType(String BizType)Set 查询对应业务方的license,直播:live 点播:vod | 
| void | setBundleId(String BundleId)Set Ios包名,模糊查询 | 
| void | setMacBundleId(String MacBundleId)Set Mac 进程名 | 
| void | setPackageName(String PackageName)Set Android 包名,模糊查询 | 
| void | setPlatform(String Platform)Set 平台信息,pc 或者 mobile | 
| void | setWinProcessName(String WinProcessName)Set Windows 进程名 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeVcubeApplicationAndLicenseRequest()
public DescribeVcubeApplicationAndLicenseRequest(DescribeVcubeApplicationAndLicenseRequest source)
public String getBizType()
public void setBizType(String BizType)
BizType - 查询对应业务方的license,直播:live 点播:vodpublic String getAppType()
public void setAppType(String AppType)
AppType - 应用类型测试:test,正式:formalpublic String getAppName()
public void setAppName(String AppName)
AppName - 应用名称,模糊查询public String getBundleId()
public void setBundleId(String BundleId)
BundleId - Ios包名,模糊查询public String getPackageName()
public void setPackageName(String PackageName)
PackageName - Android 包名,模糊查询public String getPlatform()
public void setPlatform(String Platform)
Platform - 平台信息,pc 或者 mobilepublic String getMacBundleId()
public void setMacBundleId(String MacBundleId)
MacBundleId - Mac 进程名public String getWinProcessName()
public void setWinProcessName(String WinProcessName)
WinProcessName - Windows 进程名Copyright © 2025. All rights reserved.