public class AppletPlan extends AbstractModel
header, skipSign
Constructor and Description |
---|
AppletPlan() |
AppletPlan(AppletPlan 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 |
---|---|
Long |
getAppletLevel()
Get 1 - 开启代码混淆、代码压缩、代码反调试保护。
2 - 开启字符串编码和代码变换,代码膨胀,随机插入冗余代码,开启代码控制流平坦化,保证业务逻辑正常前提下,扁平化代码逻辑分支,破坏代码简单的线性结构。
3 - 开启代码加密,对字符串、函数、变量、属性、类、数组等结构进行加密保护,更多得代码控制流平坦化,扁平化逻辑分支。
|
Long |
getPlanId()
Get 策略Id
|
void |
setAppletLevel(Long AppletLevel)
Set 1 - 开启代码混淆、代码压缩、代码反调试保护。
2 - 开启字符串编码和代码变换,代码膨胀,随机插入冗余代码,开启代码控制流平坦化,保证业务逻辑正常前提下,扁平化代码逻辑分支,破坏代码简单的线性结构。
3 - 开启代码加密,对字符串、函数、变量、属性、类、数组等结构进行加密保护,更多得代码控制流平坦化,扁平化逻辑分支。
|
void |
setPlanId(Long PlanId)
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 AppletPlan()
public AppletPlan(AppletPlan source)
public Long getPlanId()
public void setPlanId(Long PlanId)
PlanId
- 策略Idpublic Long getAppletLevel()
public void setAppletLevel(Long AppletLevel)
AppletLevel
- 1 - 开启代码混淆、代码压缩、代码反调试保护。
2 - 开启字符串编码和代码变换,代码膨胀,随机插入冗余代码,开启代码控制流平坦化,保证业务逻辑正常前提下,扁平化代码逻辑分支,破坏代码简单的线性结构。
3 - 开启代码加密,对字符串、函数、变量、属性、类、数组等结构进行加密保护,更多得代码控制流平坦化,扁平化逻辑分支。Copyright © 2025. All rights reserved.