Uses of Class
com.tencentcloudapi.iss.v20230517.models.OperTimeSlot
-
Packages that use OperTimeSlot Package Description com.tencentcloudapi.iss.v20230517.models -
-
Uses of OperTimeSlot in com.tencentcloudapi.iss.v20230517.models
Methods in com.tencentcloudapi.iss.v20230517.models that return OperTimeSlot Modifier and Type Method Description OperTimeSlot[]AIConfig. getOperTimeSlot()Get 模板生效的时间段。最多包含5组时间段OperTimeSlot[]SnapshotConfig. getOperTimeSlot()Get 模板生效的时间段。最多包含5组时间段Methods in com.tencentcloudapi.iss.v20230517.models with parameters of type OperTimeSlot Modifier and Type Method Description voidAIConfig. setOperTimeSlot(OperTimeSlot[] OperTimeSlot)Set 模板生效的时间段。最多包含5组时间段voidSnapshotConfig. setOperTimeSlot(OperTimeSlot[] OperTimeSlot)Set 模板生效的时间段。最多包含5组时间段Constructors in com.tencentcloudapi.iss.v20230517.models with parameters of type OperTimeSlot Constructor Description OperTimeSlot(OperTimeSlot 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.
-