public class DescribeTimeWindowResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTimeWindowResponse() |
DescribeTimeWindowResponse(DescribeTimeWindowResponse 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[] |
getFriday()
Get List of maintenance time windows on Friday.
|
Long |
getMaxDelayTime()
Get Maximum data delay threshold
|
String[] |
getMonday()
Get List of maintenance time windows on Monday.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String[] |
getSaturday()
Get List of maintenance time windows on Saturday.
|
String[] |
getSunday()
Get List of maintenance time windows on Sunday.
|
String[] |
getThursday()
Get List of maintenance time windows on Thursday.
|
String[] |
getTuesday()
Get List of maintenance time windows on Tuesday.
|
String[] |
getWednesday()
Get List of maintenance time windows on Wednesday.
|
void |
setFriday(String[] Friday)
Set List of maintenance time windows on Friday.
|
void |
setMaxDelayTime(Long MaxDelayTime)
Set Maximum data delay threshold
|
void |
setMonday(String[] Monday)
Set List of maintenance time windows on Monday.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSaturday(String[] Saturday)
Set List of maintenance time windows on Saturday.
|
void |
setSunday(String[] Sunday)
Set List of maintenance time windows on Sunday.
|
void |
setThursday(String[] Thursday)
Set List of maintenance time windows on Thursday.
|
void |
setTuesday(String[] Tuesday)
Set List of maintenance time windows on Tuesday.
|
void |
setWednesday(String[] Wednesday)
Set List of maintenance time windows on Wednesday.
|
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 DescribeTimeWindowResponse()
public DescribeTimeWindowResponse(DescribeTimeWindowResponse source)
public String[] getMonday()
public void setMonday(String[] Monday)
Monday
- List of maintenance time windows on Monday.public String[] getTuesday()
public void setTuesday(String[] Tuesday)
Tuesday
- List of maintenance time windows on Tuesday.public String[] getWednesday()
public void setWednesday(String[] Wednesday)
Wednesday
- List of maintenance time windows on Wednesday.public String[] getThursday()
public void setThursday(String[] Thursday)
Thursday
- List of maintenance time windows on Thursday.public String[] getFriday()
public void setFriday(String[] Friday)
Friday
- List of maintenance time windows on Friday.public String[] getSaturday()
public void setSaturday(String[] Saturday)
Saturday
- List of maintenance time windows on Saturday.public String[] getSunday()
public void setSunday(String[] Sunday)
Sunday
- List of maintenance time windows on Sunday.public Long getMaxDelayTime()
public void setMaxDelayTime(Long MaxDelayTime)
MaxDelayTime
- Maximum data delay thresholdpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.