public class CreateBuyBindTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateBuyBindTaskRequest() |
CreateBuyBindTaskRequest(CreateBuyBindTaskRequest 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 |
getDealName()
Get 订单号
|
Boolean |
getIsAll()
Get 是否全选机器
|
Long |
getLicenseType()
Get 可选参数: 1专业版-包年包月 , 2 旗舰版-包年包月
|
String[] |
getQuuidList()
Get 机器列表
|
void |
setDealName(String DealName)
Set 订单号
|
void |
setIsAll(Boolean IsAll)
Set 是否全选机器
|
void |
setLicenseType(Long LicenseType)
Set 可选参数: 1专业版-包年包月 , 2 旗舰版-包年包月
|
void |
setQuuidList(String[] QuuidList)
Set 机器列表
|
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 CreateBuyBindTaskRequest()
public CreateBuyBindTaskRequest(CreateBuyBindTaskRequest source)
public String getDealName()
public void setDealName(String DealName)
DealName
- 订单号public Long getLicenseType()
public void setLicenseType(Long LicenseType)
LicenseType
- 可选参数: 1专业版-包年包月 , 2 旗舰版-包年包月public String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- 机器列表public Boolean getIsAll()
public void setIsAll(Boolean IsAll)
IsAll
- 是否全选机器Copyright © 2024. All rights reserved.