public class DeliverTidsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeliverTidsRequest() |
DeliverTidsRequest(DeliverTidsRequest 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 订单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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeliverTidsRequest()
public DeliverTidsRequest(DeliverTidsRequest source)
public String getOrderId()
public void setOrderId(String OrderId)
OrderId
- 订单IDpublic Long getQuantity()
public void setQuantity(Long Quantity)
Quantity
- 数量,1~100Copyright © 2024. All rights reserved.