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 StringgetAuthUserId()Get 授权人IDLonggetImageId()Get 图片IDLonggetMarshalId()Get 售卖组合idvoidsetAuthUserId(String AuthUserId)Set 授权人IDvoidsetImageId(Long ImageId)Set 图片IDvoidsetMarshalId(Long MarshalId)Set 售卖组合idvoidtoMap(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
-
-