Uses of Class
com.tencentcloudapi.ame.v20190916.models.TimeRange
-
Packages that use TimeRange Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of TimeRange in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return TimeRange Modifier and Type Method Description TimeRangeDescribeKTVRobotsRequest. getCreateTime()Get 匹配创建时间在此时间段内的机器人。 包含所指定的头尾时间点。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type TimeRange Modifier and Type Method Description voidDescribeKTVRobotsRequest. setCreateTime(TimeRange CreateTime)Set 匹配创建时间在此时间段内的机器人。 包含所指定的头尾时间点。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type TimeRange Constructor Description TimeRange(TimeRange 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.
-