public class DeliverTidsRequest extends AbstractModel
Constructor and Description |
---|
DeliverTidsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getOrderId()
Get 订单ID
|
Long |
getQuantity()
Get 数量,1~100
|
void |
setOrderId(String OrderId)
Set 订单ID
|
void |
setQuantity(Long Quantity)
Set 数量,1~100
|
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 String getOrderId()
public void setOrderId(String OrderId)
OrderId
- 订单IDpublic Long getQuantity()
public void setQuantity(Long Quantity)
Quantity
- 数量,1~100Copyright © 2020. All rights reserved.