public class CreateOrderAndPayRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOrderAndPayRequest() |
CreateOrderAndPayRequest(CreateOrderAndPayRequest 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 |
getAuthUserId()
Get 授权人ID
|
Long |
getImageId()
Get 图片ID
|
Long |
getMarshalId()
Get 售卖组合id
|
void |
setAuthUserId(String AuthUserId)
Set 授权人ID
|
void |
setImageId(Long ImageId)
Set 图片ID
|
void |
setMarshalId(Long MarshalId)
Set 售卖组合id
|
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 CreateOrderAndPayRequest()
public CreateOrderAndPayRequest(CreateOrderAndPayRequest source)
public Long getImageId()
public void setImageId(Long ImageId)
ImageId
- 图片IDpublic String getAuthUserId()
public void setAuthUserId(String AuthUserId)
AuthUserId
- 授权人IDpublic Long getMarshalId()
public void setMarshalId(Long MarshalId)
MarshalId
- 售卖组合idCopyright © 2024. All rights reserved.