Uses of Class
com.tencentcloudapi.gse.v20191112.models.TimerValue
-
Packages that use TimerValue Package Description com.tencentcloudapi.gse.v20191112.models -
-
Uses of TimerValue in com.tencentcloudapi.gse.v20191112.models
Methods in com.tencentcloudapi.gse.v20191112.models that return TimerValue Modifier and Type Method Description TimerValueTimerConfiguration. getTimerValue()Get 定时器取值 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gse.v20191112.models with parameters of type TimerValue Modifier and Type Method Description voidTimerConfiguration. setTimerValue(TimerValue TimerValue)Set 定时器取值 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gse.v20191112.models with parameters of type TimerValue Constructor Description TimerValue(TimerValue 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.
-