Uses of Class
com.tencentcloudapi.cdn.v20180606.models.HttpHeaderPathRule
-
Packages that use HttpHeaderPathRule Package Description com.tencentcloudapi.cdn.v20180606.models -
-
Uses of HttpHeaderPathRule in com.tencentcloudapi.cdn.v20180606.models
Methods in com.tencentcloudapi.cdn.v20180606.models that return HttpHeaderPathRule Modifier and Type Method Description HttpHeaderPathRule[]
RequestHeader. getHeaderRules()
Get 自定义请求头配置规则 注意:此字段可能返回 null,表示取不到有效值。HttpHeaderPathRule[]
ResponseHeader. getHeaderRules()
Get 自定义响应头规则 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cdn.v20180606.models with parameters of type HttpHeaderPathRule Modifier and Type Method Description void
RequestHeader. setHeaderRules(HttpHeaderPathRule[] HeaderRules)
Set 自定义请求头配置规则 注意:此字段可能返回 null,表示取不到有效值。void
ResponseHeader. setHeaderRules(HttpHeaderPathRule[] HeaderRules)
Set 自定义响应头规则 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cdn.v20180606.models with parameters of type HttpHeaderPathRule Constructor Description HttpHeaderPathRule(HttpHeaderPathRule 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.
-