Uses of Class
com.tencentcloudapi.teo.v20220901.models.CacheKey
-
Packages that use CacheKey Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of CacheKey in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return CacheKey Modifier and Type Method Description CacheKeyDetailHost. getCacheKey()Get 缓存键配置项。 注意:此字段可能返回 null,表示取不到有效值。CacheKeyModifyZoneSettingRequest. getCacheKey()Get 节点缓存键配置。 不填写表示保持原有配置。CacheKeyZoneSetting. getCacheKey()Get 节点缓存键配置。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type CacheKey Modifier and Type Method Description voidDetailHost. setCacheKey(CacheKey CacheKey)Set 缓存键配置项。 注意:此字段可能返回 null,表示取不到有效值。voidModifyZoneSettingRequest. setCacheKey(CacheKey CacheKey)Set 节点缓存键配置。 不填写表示保持原有配置。voidZoneSetting. setCacheKey(CacheKey CacheKey)Set 节点缓存键配置。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type CacheKey Constructor Description CacheKey(CacheKey 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.
-