public class CallTimeInfo extends AbstractModel
Constructor and Description |
---|
CallTimeInfo() |
CallTimeInfo(CallTimeInfo 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 |
getEndTime()
Get 产品结束拨打时间,HHmmss格式.默认200000
|
String |
getStartTime()
Get 产品开始拨打时间,HHmmss格式,默认090000
|
void |
setEndTime(String EndTime)
Set 产品结束拨打时间,HHmmss格式.默认200000
|
void |
setStartTime(String StartTime)
Set 产品开始拨打时间,HHmmss格式,默认090000
|
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 CallTimeInfo()
public CallTimeInfo(CallTimeInfo source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 产品开始拨打时间,HHmmss格式,默认090000public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 产品结束拨打时间,HHmmss格式.默认200000Copyright © 2021. All rights reserved.