public class CreateEssOptJobShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
duration
example:
1
|
String |
elecPriceShrink |
String |
freq
example:
FIFTEEN_MIN
|
String |
genPriceShrink |
String |
locationShrink |
String |
modelVersion
example:
latest
|
String |
runDate
example:
2025-02-12
|
String |
systemDataShrink |
String |
timeZone
example:
Asia/Shanghai
|
String |
topoType
example:
LOAD_ESS_SOLAR
|
| 构造器和说明 |
|---|
CreateEssOptJobShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateEssOptJobShrinkRequest |
build(Map<String,?> map) |
Integer |
getDuration() |
String |
getElecPriceShrink() |
String |
getFreq() |
String |
getGenPriceShrink() |
String |
getLocationShrink() |
String |
getModelVersion() |
String |
getRunDate() |
String |
getSystemDataShrink() |
String |
getTimeZone() |
String |
getTopoType() |
CreateEssOptJobShrinkRequest |
setDuration(Integer duration) |
CreateEssOptJobShrinkRequest |
setElecPriceShrink(String elecPriceShrink) |
CreateEssOptJobShrinkRequest |
setFreq(String freq) |
CreateEssOptJobShrinkRequest |
setGenPriceShrink(String genPriceShrink) |
CreateEssOptJobShrinkRequest |
setLocationShrink(String locationShrink) |
CreateEssOptJobShrinkRequest |
setModelVersion(String modelVersion) |
CreateEssOptJobShrinkRequest |
setRunDate(String runDate) |
CreateEssOptJobShrinkRequest |
setSystemDataShrink(String systemDataShrink) |
CreateEssOptJobShrinkRequest |
setTimeZone(String timeZone) |
CreateEssOptJobShrinkRequest |
setTopoType(String topoType) |
@NameInMap(value="Duration") public Integer duration
1
@NameInMap(value="ElecPrice") public String elecPriceShrink
@NameInMap(value="Freq") public String freq
FIFTEEN_MIN
@NameInMap(value="GenPrice") public String genPriceShrink
@NameInMap(value="Location") public String locationShrink
@NameInMap(value="ModelVersion") public String modelVersion
latest
@NameInMap(value="RunDate") public String runDate
2025-02-12
@NameInMap(value="SystemData") public String systemDataShrink
@NameInMap(value="TimeZone") public String timeZone
Asia/Shanghai
@NameInMap(value="TopoType") public String topoType
LOAD_ESS_SOLAR
public static CreateEssOptJobShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateEssOptJobShrinkRequest setDuration(Integer duration)
public Integer getDuration()
public CreateEssOptJobShrinkRequest setElecPriceShrink(String elecPriceShrink)
public String getElecPriceShrink()
public CreateEssOptJobShrinkRequest setFreq(String freq)
public String getFreq()
public CreateEssOptJobShrinkRequest setGenPriceShrink(String genPriceShrink)
public String getGenPriceShrink()
public CreateEssOptJobShrinkRequest setLocationShrink(String locationShrink)
public String getLocationShrink()
public CreateEssOptJobShrinkRequest setModelVersion(String modelVersion)
public String getModelVersion()
public CreateEssOptJobShrinkRequest setRunDate(String runDate)
public String getRunDate()
public CreateEssOptJobShrinkRequest setSystemDataShrink(String systemDataShrink)
public String getSystemDataShrink()
public CreateEssOptJobShrinkRequest setTimeZone(String timeZone)
public String getTimeZone()
public CreateEssOptJobShrinkRequest setTopoType(String topoType)
public String getTopoType()
Copyright © 2025. All rights reserved.