public class CommonTimeWindow extends AbstractModel
Constructor and Description |
---|
CommonTimeWindow() |
Modifier and Type | Method and Description |
---|---|
String |
getFriday()
Get Time window on Friday in the format of 02:00-06:00
|
String |
getMonday()
Get Time window on Monday in the format of 02:00-06:00
|
String |
getSaturday()
Get Time window on Saturday in the format of 02:00-06:00
|
String |
getSunday()
Get Time window on Sunday in the format of 02:00-06:00
|
String |
getThursday()
Get Time window on Thursday in the format of 02:00-06:00
|
String |
getTuesday()
Get Time window on Tuesday in the format of 02:00-06:00
|
String |
getWednesday()
Get Time window on Wednesday in the format of 02:00-06:00
|
void |
setFriday(String Friday)
Set Time window on Friday in the format of 02:00-06:00
|
void |
setMonday(String Monday)
Set Time window on Monday in the format of 02:00-06:00
|
void |
setSaturday(String Saturday)
Set Time window on Saturday in the format of 02:00-06:00
|
void |
setSunday(String Sunday)
Set Time window on Sunday in the format of 02:00-06:00
|
void |
setThursday(String Thursday)
Set Time window on Thursday in the format of 02:00-06:00
|
void |
setTuesday(String Tuesday)
Set Time window on Tuesday in the format of 02:00-06:00
|
void |
setWednesday(String Wednesday)
Set Time window on Wednesday in the format of 02:00-06:00
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getMonday()
public void setMonday(String Monday)
Monday
- Time window on Monday in the format of 02:00-06:00public String getTuesday()
public void setTuesday(String Tuesday)
Tuesday
- Time window on Tuesday in the format of 02:00-06:00public String getWednesday()
public void setWednesday(String Wednesday)
Wednesday
- Time window on Wednesday in the format of 02:00-06:00public String getThursday()
public void setThursday(String Thursday)
Thursday
- Time window on Thursday in the format of 02:00-06:00public String getFriday()
public void setFriday(String Friday)
Friday
- Time window on Friday in the format of 02:00-06:00public String getSaturday()
public void setSaturday(String Saturday)
Saturday
- Time window on Saturday in the format of 02:00-06:00public String getSunday()
public void setSunday(String Sunday)
Sunday
- Time window on Sunday in the format of 02:00-06:00Copyright © 2020. All rights reserved.