public class DeductPointRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizId |
String |
deductDesc |
String |
deductDetailUrl |
Integer |
deductNum |
String |
pointType |
| 构造器和说明 |
|---|
DeductPointRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeductPointRequest |
build(Map<String,?> map) |
String |
getBizId() |
String |
getDeductDesc() |
String |
getDeductDetailUrl() |
Integer |
getDeductNum() |
String |
getPointType() |
DeductPointRequest |
setBizId(String bizId) |
DeductPointRequest |
setDeductDesc(String deductDesc) |
DeductPointRequest |
setDeductDetailUrl(String deductDetailUrl) |
DeductPointRequest |
setDeductNum(Integer deductNum) |
DeductPointRequest |
setPointType(String pointType) |
@NameInMap(value="bizId") public String bizId
@NameInMap(value="deductDesc") public String deductDesc
@NameInMap(value="deductDetailUrl") public String deductDetailUrl
@NameInMap(value="deductNum") public Integer deductNum
@NameInMap(value="pointType") public String pointType
public static DeductPointRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeductPointRequest setBizId(String bizId)
public String getBizId()
public DeductPointRequest setDeductDesc(String deductDesc)
public String getDeductDesc()
public DeductPointRequest setDeductDetailUrl(String deductDetailUrl)
public String getDeductDetailUrl()
public DeductPointRequest setDeductNum(Integer deductNum)
public Integer getDeductNum()
public DeductPointRequest setPointType(String pointType)
public String getPointType()
Copyright © 2024. All rights reserved.