Uses of Class
com.tencentcloudapi.gme.v20180711.models.InOutTimeInfo
-
Packages that use InOutTimeInfo Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of InOutTimeInfo in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return InOutTimeInfo Modifier and Type Method Description InOutTimeInfo[]DescribeUserInAndOutTimeResponse. getInOutList()Get 用户在房间得进出时间列表Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type InOutTimeInfo Modifier and Type Method Description voidDescribeUserInAndOutTimeResponse. setInOutList(InOutTimeInfo[] InOutList)Set 用户在房间得进出时间列表Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type InOutTimeInfo Constructor Description 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.
-