Uses of Class
com.tencentcloudapi.gaap.v20180529.models.HttpHeaderParam
-
Packages that use HttpHeaderParam Package Description com.tencentcloudapi.gaap.v20180529.models -
-
Uses of HttpHeaderParam in com.tencentcloudapi.gaap.v20180529.models
Methods in com.tencentcloudapi.gaap.v20180529.models that return HttpHeaderParam Modifier and Type Method Description HttpHeaderParam[]CreateCustomHeaderRequest. getHeaders()Get 新增的header名称和内容列表, ‘’$remote_addr‘’会被解析替换成客户端ip,其他值原样透传到源站。HttpHeaderParam[]DescribeCustomHeaderResponse. getHeaders()Get 自定义header列表 注意:此字段可能返回 null,表示取不到有效值。HttpHeaderParam[]CreateDomainErrorPageInfoRequest. getSetHeaders()Get 需要设置的响应头HttpHeaderParam[]DomainErrorPageInfo. getSetHeaders()Get 需要设置的响应头 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gaap.v20180529.models with parameters of type HttpHeaderParam Modifier and Type Method Description voidCreateCustomHeaderRequest. setHeaders(HttpHeaderParam[] Headers)Set 新增的header名称和内容列表, ‘’$remote_addr‘’会被解析替换成客户端ip,其他值原样透传到源站。voidDescribeCustomHeaderResponse. setHeaders(HttpHeaderParam[] Headers)Set 自定义header列表 注意:此字段可能返回 null,表示取不到有效值。voidCreateDomainErrorPageInfoRequest. setSetHeaders(HttpHeaderParam[] SetHeaders)Set 需要设置的响应头voidDomainErrorPageInfo. setSetHeaders(HttpHeaderParam[] SetHeaders)Set 需要设置的响应头 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type HttpHeaderParam Constructor Description HttpHeaderParam(HttpHeaderParam 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.
-