Class CreateOrderAndPayRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ape.v20200513.models.CreateOrderAndPayRequest
-
public class CreateOrderAndPayRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthUserId()
Get 授权人IDLong
getImageId()
Get 图片IDLong
getMarshalId()
Get 售卖组合idvoid
setAuthUserId(String AuthUserId)
Set 授权人IDvoid
setImageId(Long ImageId)
Set 图片IDvoid
setMarshalId(Long MarshalId)
Set 售卖组合idvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateOrderAndPayRequest
public CreateOrderAndPayRequest()
-
CreateOrderAndPayRequest
public 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.
-
-
Method Detail
-
getImageId
public Long getImageId()
Get 图片ID- Returns:
- ImageId 图片ID
-
setImageId
public void setImageId(Long ImageId)
Set 图片ID- Parameters:
ImageId
- 图片ID
-
getAuthUserId
public String getAuthUserId()
Get 授权人ID- Returns:
- AuthUserId 授权人ID
-
setAuthUserId
public void setAuthUserId(String AuthUserId)
Set 授权人ID- Parameters:
AuthUserId
- 授权人ID
-
getMarshalId
public Long getMarshalId()
Get 售卖组合id- Returns:
- MarshalId 售卖组合id
-
setMarshalId
public void setMarshalId(Long MarshalId)
Set 售卖组合id- Parameters:
MarshalId
- 售卖组合id
-
-