public class RpspInfoModel
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
planCode
example:
|
String |
rpspOutPutInfo
example:
|
String |
rpspResult
example:
|
Long |
sceneStrategyId
example:
|
| Constructor and Description |
|---|
RpspInfoModel() |
| Modifier and Type | Method and Description |
|---|---|
static RpspInfoModel |
build(Map<String,?> map) |
String |
getPlanCode() |
String |
getRpspOutPutInfo() |
String |
getRpspResult() |
Long |
getSceneStrategyId() |
RpspInfoModel |
setPlanCode(String planCode) |
RpspInfoModel |
setRpspOutPutInfo(String rpspOutPutInfo) |
RpspInfoModel |
setRpspResult(String rpspResult) |
RpspInfoModel |
setSceneStrategyId(Long sceneStrategyId) |
@NameInMap(value="plan_code") @Validation(required=true) public String planCode
planCode1
@NameInMap(value="scene_strategy_id") @Validation(required=true) public Long sceneStrategyId
15000
@NameInMap(value="rpsp_result") @Validation(required=true) public String rpspResult
1
@NameInMap(value="rpsp_out_put_info") @Validation(required=true) public String rpspOutPutInfo
{"f_01":"95.0"}
public static RpspInfoModel build(Map<String,?> map) throws Exception
Exceptionpublic RpspInfoModel setPlanCode(String planCode)
public String getPlanCode()
public RpspInfoModel setSceneStrategyId(Long sceneStrategyId)
public Long getSceneStrategyId()
public RpspInfoModel setRpspResult(String rpspResult)
public String getRpspResult()
public RpspInfoModel setRpspOutPutInfo(String rpspOutPutInfo)
public String getRpspOutPutInfo()
Copyright © 2025. All rights reserved.