public class GetLatestDingIndexResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Float |
idxCarbon
This parameter is required.
|
Float |
idxEfficiency
This parameter is required.
|
Float |
idxMonthlyAvg
This parameter is required.
|
Float |
idxTotal
This parameter is required.
|
String |
statDate
This parameter is required.
|
| 构造器和说明 |
|---|
GetLatestDingIndexResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetLatestDingIndexResponseBody |
build(Map<String,?> map) |
Float |
getIdxCarbon() |
Float |
getIdxEfficiency() |
Float |
getIdxMonthlyAvg() |
Float |
getIdxTotal() |
String |
getStatDate() |
GetLatestDingIndexResponseBody |
setIdxCarbon(Float idxCarbon) |
GetLatestDingIndexResponseBody |
setIdxEfficiency(Float idxEfficiency) |
GetLatestDingIndexResponseBody |
setIdxMonthlyAvg(Float idxMonthlyAvg) |
GetLatestDingIndexResponseBody |
setIdxTotal(Float idxTotal) |
GetLatestDingIndexResponseBody |
setStatDate(String statDate) |
@NameInMap(value="idxCarbon") public Float idxCarbon
This parameter is required.
example:50
@NameInMap(value="idxEfficiency") public Float idxEfficiency
This parameter is required.
example:50
@NameInMap(value="idxMonthlyAvg") public Float idxMonthlyAvg
This parameter is required.
example:888
@NameInMap(value="idxTotal") public Float idxTotal
This parameter is required.
example:888
@NameInMap(value="statDate") public String statDate
This parameter is required.
example:20210412
public static GetLatestDingIndexResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetLatestDingIndexResponseBody setIdxCarbon(Float idxCarbon)
public Float getIdxCarbon()
public GetLatestDingIndexResponseBody setIdxEfficiency(Float idxEfficiency)
public Float getIdxEfficiency()
public GetLatestDingIndexResponseBody setIdxMonthlyAvg(Float idxMonthlyAvg)
public Float getIdxMonthlyAvg()
public GetLatestDingIndexResponseBody setIdxTotal(Float idxTotal)
public Float getIdxTotal()
public GetLatestDingIndexResponseBody setStatDate(String statDate)
public String getStatDate()
Copyright © 2025. All rights reserved.