public class CreatePowerForecastJobRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreatePowerForecastJobRequest.CreatePowerForecastJobRequestHistoryData |
static class |
CreatePowerForecastJobRequest.CreatePowerForecastJobRequestLocation |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deviceType
example:
electricityMeter
|
Integer |
duration
example:
1
|
String |
freq
example:
FIFTEEN_MIN
|
List<CreatePowerForecastJobRequest.CreatePowerForecastJobRequestHistoryData> |
historyData |
CreatePowerForecastJobRequest.CreatePowerForecastJobRequestLocation |
location |
String |
modelVersion
example:
latest
|
String |
runDate
example:
2025-02-12
|
String |
systemType
example:
load
|
String |
timeZone
example:
Asia/Shanghai
|
| 构造器和说明 |
|---|
CreatePowerForecastJobRequest() |
@NameInMap(value="DeviceType") public String deviceType
electricityMeter
@NameInMap(value="Duration") public Integer duration
1
@NameInMap(value="Freq") public String freq
FIFTEEN_MIN
@NameInMap(value="HistoryData") public List<CreatePowerForecastJobRequest.CreatePowerForecastJobRequestHistoryData> historyData
@NameInMap(value="Location") public CreatePowerForecastJobRequest.CreatePowerForecastJobRequestLocation location
@NameInMap(value="ModelVersion") public String modelVersion
latest
@NameInMap(value="RunDate") public String runDate
2025-02-12
@NameInMap(value="SystemType") public String systemType
load
@NameInMap(value="TimeZone") public String timeZone
Asia/Shanghai
public static CreatePowerForecastJobRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreatePowerForecastJobRequest setDeviceType(String deviceType)
public String getDeviceType()
public CreatePowerForecastJobRequest setDuration(Integer duration)
public Integer getDuration()
public CreatePowerForecastJobRequest setFreq(String freq)
public String getFreq()
public CreatePowerForecastJobRequest setHistoryData(List<CreatePowerForecastJobRequest.CreatePowerForecastJobRequestHistoryData> historyData)
public List<CreatePowerForecastJobRequest.CreatePowerForecastJobRequestHistoryData> getHistoryData()
public CreatePowerForecastJobRequest setLocation(CreatePowerForecastJobRequest.CreatePowerForecastJobRequestLocation location)
public CreatePowerForecastJobRequest.CreatePowerForecastJobRequestLocation getLocation()
public CreatePowerForecastJobRequest setModelVersion(String modelVersion)
public String getModelVersion()
public CreatePowerForecastJobRequest setRunDate(String runDate)
public String getRunDate()
public CreatePowerForecastJobRequest setSystemType(String systemType)
public String getSystemType()
public CreatePowerForecastJobRequest setTimeZone(String timeZone)
public String getTimeZone()
Copyright © 2025. All rights reserved.