Class CallTimeInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cr.v20180321.models.CallTimeInfo
-
public class CallTimeInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndTime()Get 产品结束拨打时间,HHmmss格式.默认200000StringgetStartTime()Get 产品开始拨打时间,HHmmss格式,默认090000voidsetEndTime(String EndTime)Set 产品结束拨打时间,HHmmss格式.默认200000voidsetStartTime(String StartTime)Set 产品开始拨打时间,HHmmss格式,默认090000voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CallTimeInfo
public CallTimeInfo()
-
CallTimeInfo
public 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.
-
-
Method Detail
-
getStartTime
public String getStartTime()
Get 产品开始拨打时间,HHmmss格式,默认090000- Returns:
- StartTime 产品开始拨打时间,HHmmss格式,默认090000
-
setStartTime
public void setStartTime(String StartTime)
Set 产品开始拨打时间,HHmmss格式,默认090000- Parameters:
StartTime- 产品开始拨打时间,HHmmss格式,默认090000
-
getEndTime
public String getEndTime()
Get 产品结束拨打时间,HHmmss格式.默认200000- Returns:
- EndTime 产品结束拨打时间,HHmmss格式.默认200000
-
setEndTime
public void setEndTime(String EndTime)
Set 产品结束拨打时间,HHmmss格式.默认200000- Parameters:
EndTime- 产品结束拨打时间,HHmmss格式.默认200000
-
-