public class OperationDurationUpdated extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OperationDurationUpdated()  | 
OperationDurationUpdated(OperationDurationUpdated 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[] | 
getMoreInstances()
Get The array of ES cluster IDs 
 | 
Long[] | 
getPeriods()
Get Maintenance period, which can be one or more days from Monday to Sunday. 
 | 
String | 
getTimeEnd()
Get The maintenance end time 
 | 
String | 
getTimeStart()
Get The maintenance start time 
 | 
String | 
getTimeZone()
Get The time zone expressed in UTC. 
 | 
void | 
setMoreInstances(String[] MoreInstances)
Set The array of ES cluster IDs 
 | 
void | 
setPeriods(Long[] Periods)
Set Maintenance period, which can be one or more days from Monday to Sunday. 
 | 
void | 
setTimeEnd(String TimeEnd)
Set The maintenance end time 
 | 
void | 
setTimeStart(String TimeStart)
Set The maintenance start time 
 | 
void | 
setTimeZone(String TimeZone)
Set The time zone expressed in UTC. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OperationDurationUpdated()
public OperationDurationUpdated(OperationDurationUpdated source)
public Long[] getPeriods()
public void setPeriods(Long[] Periods)
Periods - Maintenance period, which can be one or more days from Monday to Sunday. Valid values: [0, 6].public String getTimeStart()
public void setTimeStart(String TimeStart)
TimeStart - The maintenance start timepublic String getTimeEnd()
public void setTimeEnd(String TimeEnd)
TimeEnd - The maintenance end timepublic String getTimeZone()
public void setTimeZone(String TimeZone)
TimeZone - The time zone expressed in UTC.public String[] getMoreInstances()
public void setMoreInstances(String[] MoreInstances)
MoreInstances - The array of ES cluster IDsCopyright © 2025. All rights reserved.