Class TimeInterval
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.TimeInterval
-
public class TimeInterval extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TimeInterval()TimeInterval(TimeInterval 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 StringgetEnd()Get 结束时间(不包括在内),格式"%Y-%m-%d %H:%M:%S"StringgetStart()Get 起始时间(包括在内),格式"%Y-%m-%d %H:%M:%S"voidsetEnd(String End)Set 结束时间(不包括在内),格式"%Y-%m-%d %H:%M:%S"voidsetStart(String Start)Set 起始时间(包括在内),格式"%Y-%m-%d %H:%M:%S"voidtoMap(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
-
TimeInterval
public TimeInterval()
-
TimeInterval
public TimeInterval(TimeInterval 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
-
getStart
public String getStart()
Get 起始时间(包括在内),格式"%Y-%m-%d %H:%M:%S"- Returns:
- Start 起始时间(包括在内),格式"%Y-%m-%d %H:%M:%S"
-
setStart
public void setStart(String Start)
Set 起始时间(包括在内),格式"%Y-%m-%d %H:%M:%S"- Parameters:
Start- 起始时间(包括在内),格式"%Y-%m-%d %H:%M:%S"
-
getEnd
public String getEnd()
Get 结束时间(不包括在内),格式"%Y-%m-%d %H:%M:%S"- Returns:
- End 结束时间(不包括在内),格式"%Y-%m-%d %H:%M:%S"
-
setEnd
public void setEnd(String End)
Set 结束时间(不包括在内),格式"%Y-%m-%d %H:%M:%S"- Parameters:
End- 结束时间(不包括在内),格式"%Y-%m-%d %H:%M:%S"
-
-