Uses of Class
com.tencentcloudapi.cme.v20191029.models.TimeRange
-
Packages that use TimeRange Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of TimeRange in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return TimeRange Modifier and Type Method Description TimeRangeSearchMaterialRequest. getCreateTimeRange()Get 按照媒体创建时间检索。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type TimeRange Modifier and Type Method Description voidSearchMaterialRequest. setCreateTimeRange(TimeRange CreateTimeRange)Set 按照媒体创建时间检索。Constructors in com.tencentcloudapi.cme.v20191029.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.
-