public class UmktInfoModel
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Long |
sceneStrategyId
example:
|
String |
umktOutPutInfo
example:
|
Long |
umktResult
example:
|
| Constructor and Description |
|---|
UmktInfoModel() |
| Modifier and Type | Method and Description |
|---|---|
static UmktInfoModel |
build(Map<String,?> map) |
Long |
getSceneStrategyId() |
String |
getUmktOutPutInfo() |
Long |
getUmktResult() |
UmktInfoModel |
setSceneStrategyId(Long sceneStrategyId) |
UmktInfoModel |
setUmktOutPutInfo(String umktOutPutInfo) |
UmktInfoModel |
setUmktResult(Long umktResult) |
@NameInMap(value="scene_strategy_id") @Validation(required=true) public Long sceneStrategyId
1
@NameInMap(value="umkt_result") @Validation(required=true) public Long umktResult
1
@NameInMap(value="umkt_out_put_info") @Validation(required=true) public String umktOutPutInfo
{"f_01":"95.0"}
public static UmktInfoModel build(Map<String,?> map) throws Exception
Exceptionpublic UmktInfoModel setSceneStrategyId(Long sceneStrategyId)
public Long getSceneStrategyId()
public UmktInfoModel setUmktResult(Long umktResult)
public Long getUmktResult()
public UmktInfoModel setUmktOutPutInfo(String umktOutPutInfo)
public String getUmktOutPutInfo()
Copyright © 2025. All rights reserved.