Uses of Class
com.tencentcloudapi.ecdn.v20191012.models.CacheKey
-
Packages that use CacheKey Package Description com.tencentcloudapi.ecdn.v20191012.models -
-
Uses of CacheKey in com.tencentcloudapi.ecdn.v20191012.models
Methods in com.tencentcloudapi.ecdn.v20191012.models that return CacheKey Modifier and Type Method Description CacheKeyAddEcdnDomainRequest. getCacheKey()Get 节点缓存配置。CacheKeyDomainDetailInfo. getCacheKey()Get 节点缓存配置。 注意:此字段可能返回 null,表示取不到有效值。CacheKeyUpdateDomainConfigRequest. getCacheKey()Get 节点缓存配置。Methods in com.tencentcloudapi.ecdn.v20191012.models with parameters of type CacheKey Modifier and Type Method Description voidAddEcdnDomainRequest. setCacheKey(CacheKey CacheKey)Set 节点缓存配置。voidDomainDetailInfo. setCacheKey(CacheKey CacheKey)Set 节点缓存配置。 注意:此字段可能返回 null,表示取不到有效值。voidUpdateDomainConfigRequest. setCacheKey(CacheKey CacheKey)Set 节点缓存配置。Constructors in com.tencentcloudapi.ecdn.v20191012.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.
-