public class CreateOrderInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOrderInstanceRequest() |
CreateOrderInstanceRequest(CreateOrderInstanceRequest 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 |
getAppPkgNameList()
Get 代表应用包名列表,值为单个包名(例如:“a.b.xxx”)或多个包名用逗号隔开(例如:“a.b.xxx,b.c.xxx”)。
当android按年收费加固或android免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。
|
Long |
getOrderType()
Get 订单采购类型 1-免费试用 ;2-按年收费 ;3-按次收费
|
Long |
getPlatformType()
Get 平台类型枚举值:1-android加固 ;2-ios源码混淆 ; 3-sdk加固 ; 4-applet小程序加固
|
void |
setAppPkgNameList(String AppPkgNameList)
Set 代表应用包名列表,值为单个包名(例如:“a.b.xxx”)或多个包名用逗号隔开(例如:“a.b.xxx,b.c.xxx”)。
当android按年收费加固或android免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。
|
void |
setOrderType(Long OrderType)
Set 订单采购类型 1-免费试用 ;2-按年收费 ;3-按次收费
|
void |
setPlatformType(Long PlatformType)
Set 平台类型枚举值:1-android加固 ;2-ios源码混淆 ; 3-sdk加固 ; 4-applet小程序加固
|
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 CreateOrderInstanceRequest()
public CreateOrderInstanceRequest(CreateOrderInstanceRequest 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 String getAppPkgNameList()
public void setAppPkgNameList(String AppPkgNameList)
AppPkgNameList
- 代表应用包名列表,值为单个包名(例如:“a.b.xxx”)或多个包名用逗号隔开(例如:“a.b.xxx,b.c.xxx”)。
当android按年收费加固或android免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。Copyright © 2024. All rights reserved.