Class TimeValue
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.TimeValue
-
public class TimeValue extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetNum()Get 数值。StringgetTime()Get UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。voidsetNum(Long Num)Set 数值。voidsetTime(String Time)Set UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。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
-
TimeValue
public TimeValue()
-
TimeValue
public TimeValue(TimeValue 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
-
getTime
public String getTime()
Get UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。- Returns:
- Time UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。
-
setTime
public void setTime(String Time)
Set UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。- Parameters:
Time- UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。
-
getNum
public Long getNum()
Get 数值。- Returns:
- Num 数值。
-
setNum
public void setNum(Long Num)
Set 数值。- Parameters:
Num- 数值。
-
-