public class DownloadTidsRequest extends AbstractModel
Constructor and Description |
---|
DownloadTidsRequest() |
DownloadTidsRequest(DownloadTidsRequest 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 |
getOrderId()
Get 订单编号
|
Long |
getQuantity()
Get 下载数量:1~10
|
void |
setOrderId(String OrderId)
Set 订单编号
|
void |
setQuantity(Long Quantity)
Set 下载数量:1~10
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DownloadTidsRequest()
public DownloadTidsRequest(DownloadTidsRequest source)
public String getOrderId()
public void setOrderId(String OrderId)
OrderId
- 订单编号public Long getQuantity()
public void setQuantity(Long Quantity)
Quantity
- 下载数量:1~10Copyright © 2021. All rights reserved.