Class DescribeEncryptPlanRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ms.v20180408.models.DescribeEncryptPlanRequest
-
public class DescribeEncryptPlanRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeEncryptPlanRequest()DescribeEncryptPlanRequest(DescribeEncryptPlanRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppPkgName()Get (条件过滤字段)加固查询时,根据包名查询StringgetAppType()Get (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab”LonggetEncryptOpType()Get 1-在线加固;2-输出工具LonggetOrderType()Get 订单采购类型 1-免费试用 2-按年收费 3-按次收费LonggetPlatformType()Get 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固StringgetResourceId()Get 本次加固使用的资源idvoidsetAppPkgName(String AppPkgName)Set (条件过滤字段)加固查询时,根据包名查询voidsetAppType(String AppType)Set (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab”voidsetEncryptOpType(Long EncryptOpType)Set 1-在线加固;2-输出工具voidsetOrderType(Long OrderType)Set 订单采购类型 1-免费试用 2-按年收费 3-按次收费voidsetPlatformType(Long PlatformType)Set 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固voidsetResourceId(String ResourceId)Set 本次加固使用的资源idvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeEncryptPlanRequest
public DescribeEncryptPlanRequest()
-
DescribeEncryptPlanRequest
public DescribeEncryptPlanRequest(DescribeEncryptPlanRequest 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.
-
-
Method Detail
-
getPlatformType
public Long getPlatformType()
Get 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固- Returns:
- PlatformType 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
-
setPlatformType
public void setPlatformType(Long PlatformType)
Set 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固- Parameters:
PlatformType- 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
-
getOrderType
public Long getOrderType()
Get 订单采购类型 1-免费试用 2-按年收费 3-按次收费- Returns:
- OrderType 订单采购类型 1-免费试用 2-按年收费 3-按次收费
-
setOrderType
public void setOrderType(Long OrderType)
Set 订单采购类型 1-免费试用 2-按年收费 3-按次收费- Parameters:
OrderType- 订单采购类型 1-免费试用 2-按年收费 3-按次收费
-
getEncryptOpType
public Long getEncryptOpType()
Get 1-在线加固;2-输出工具- Returns:
- EncryptOpType 1-在线加固;2-输出工具
-
setEncryptOpType
public void setEncryptOpType(Long EncryptOpType)
Set 1-在线加固;2-输出工具- Parameters:
EncryptOpType- 1-在线加固;2-输出工具
-
getResourceId
public String getResourceId()
Get 本次加固使用的资源id- Returns:
- ResourceId 本次加固使用的资源id
-
setResourceId
public void setResourceId(String ResourceId)
Set 本次加固使用的资源id- Parameters:
ResourceId- 本次加固使用的资源id
-
getAppPkgName
public String getAppPkgName()
Get (条件过滤字段)加固查询时,根据包名查询- Returns:
- AppPkgName (条件过滤字段)加固查询时,根据包名查询
-
setAppPkgName
public void setAppPkgName(String AppPkgName)
Set (条件过滤字段)加固查询时,根据包名查询- Parameters:
AppPkgName- (条件过滤字段)加固查询时,根据包名查询
-
getAppType
public String getAppType()
Get (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab”- Returns:
- AppType (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab”
-
setAppType
public void setAppType(String AppType)
Set (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab”- Parameters:
AppType- (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab”
-
-