Class InOutTimeInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.InOutTimeInfo
-
public class InOutTimeInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InOutTimeInfo()InOutTimeInfo(InOutTimeInfo 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 LonggetEndTime()Get 退出房间时间LonggetStartTime()Get 进入房间时间voidsetEndTime(Long EndTime)Set 退出房间时间voidsetStartTime(Long StartTime)Set 进入房间时间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
-
InOutTimeInfo
public InOutTimeInfo()
-
InOutTimeInfo
public InOutTimeInfo(InOutTimeInfo 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 Long getStartTime()
Get 进入房间时间- Returns:
- StartTime 进入房间时间
-
setStartTime
public void setStartTime(Long StartTime)
Set 进入房间时间- Parameters:
StartTime- 进入房间时间
-
getEndTime
public Long getEndTime()
Get 退出房间时间- Returns:
- EndTime 退出房间时间
-
setEndTime
public void setEndTime(Long EndTime)
Set 退出房间时间- Parameters:
EndTime- 退出房间时间
-
-