public class AutoUpgradeOptions extends AbstractModel
header, skipSign
Constructor and Description |
---|
AutoUpgradeOptions() |
AutoUpgradeOptions(AutoUpgradeOptions source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAutoUpgradeStartTime()
Get Automatic upgrade start time
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getDuration()
Get Automatic upgrade duration
Note: This field may return "null", indicating that no valid value can be obtained.
|
String[] |
getWeeklyPeriod()
Get Ops date
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setAutoUpgradeStartTime(String AutoUpgradeStartTime)
Set Automatic upgrade start time
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setDuration(String Duration)
Set Automatic upgrade duration
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setWeeklyPeriod(String[] WeeklyPeriod)
Set Ops date
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AutoUpgradeOptions()
public AutoUpgradeOptions(AutoUpgradeOptions source)
public String getAutoUpgradeStartTime()
public void setAutoUpgradeStartTime(String AutoUpgradeStartTime)
AutoUpgradeStartTime
- Automatic upgrade start time
Note: This field may return "null", indicating that no valid value can be obtained.public String getDuration()
public void setDuration(String Duration)
Duration
- Automatic upgrade duration
Note: This field may return "null", indicating that no valid value can be obtained.public String[] getWeeklyPeriod()
public void setWeeklyPeriod(String[] WeeklyPeriod)
WeeklyPeriod
- Ops date
Note: This field may return "null", indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.