public class DescribeEncryptPlanRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAppPkgName()
Get (条件过滤字段)加固查询时,根据包名查询
|
String |
getAppType()
Get (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab”
|
Long |
getEncryptOpType()
Get 1-在线加固;2-输出工具
|
Long |
getOrderType()
Get 订单采购类型 1-免费试用 2-按年收费 3-按次收费
|
Long |
getPlatformType()
Get 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
|
String |
getResourceId()
Get 本次加固使用的资源id
|
void |
setAppPkgName(String AppPkgName)
Set (条件过滤字段)加固查询时,根据包名查询
|
void |
setAppType(String AppType)
Set (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab”
|
void |
setEncryptOpType(Long EncryptOpType)
Set 1-在线加固;2-输出工具
|
void |
setOrderType(Long OrderType)
Set 订单采购类型 1-免费试用 2-按年收费 3-按次收费
|
void |
setPlatformType(Long PlatformType)
Set 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
|
void |
setResourceId(String ResourceId)
Set 本次加固使用的资源id
|
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, toJsonString
public DescribeEncryptPlanRequest()
public DescribeEncryptPlanRequest(DescribeEncryptPlanRequest source)
public Long getPlatformType()
public void setPlatformType(Long PlatformType)
PlatformType
- 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType
- 订单采购类型 1-免费试用 2-按年收费 3-按次收费public Long getEncryptOpType()
public void setEncryptOpType(Long EncryptOpType)
EncryptOpType
- 1-在线加固;2-输出工具public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 本次加固使用的资源idpublic String getAppPkgName()
public void setAppPkgName(String AppPkgName)
AppPkgName
- (条件过滤字段)加固查询时,根据包名查询public String getAppType()
public void setAppType(String AppType)
AppType
- (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab”Copyright © 2024. All rights reserved.