Uses of Class
com.tencentcloudapi.cdn.v20180606.models.CacheKey
-
Packages that use CacheKey Package Description com.tencentcloudapi.cdn.v20180606.models -
-
Uses of CacheKey in com.tencentcloudapi.cdn.v20180606.models
Methods in com.tencentcloudapi.cdn.v20180606.models that return CacheKey Modifier and Type Method Description CacheKeyAddCdnDomainRequest. getCacheKey()Get 节点缓存键配置CacheKeyDetailDomain. getCacheKey()Get 带参/不带参缓存配置 注意:此字段可能返回 null,表示取不到有效值。CacheKeyMainlandConfig. getCacheKey()Get 缓存相关配置。 注意:此字段可能返回 null,表示取不到有效值。CacheKeyOverseaConfig. getCacheKey()Get 缓存相关配置。 注意:此字段可能返回 null,表示取不到有效值。CacheKeyUpdateDomainConfigRequest. getCacheKey()Get 节点缓存键配置Methods in com.tencentcloudapi.cdn.v20180606.models with parameters of type CacheKey Modifier and Type Method Description voidAddCdnDomainRequest. setCacheKey(CacheKey CacheKey)Set 节点缓存键配置voidDetailDomain. setCacheKey(CacheKey CacheKey)Set 带参/不带参缓存配置 注意:此字段可能返回 null,表示取不到有效值。voidMainlandConfig. setCacheKey(CacheKey CacheKey)Set 缓存相关配置。 注意:此字段可能返回 null,表示取不到有效值。voidOverseaConfig. setCacheKey(CacheKey CacheKey)Set 缓存相关配置。 注意:此字段可能返回 null,表示取不到有效值。voidUpdateDomainConfigRequest. setCacheKey(CacheKey CacheKey)Set 节点缓存键配置Constructors in com.tencentcloudapi.cdn.v20180606.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.
-