Uses of Class
com.tencentcloudapi.tsf.v20180326.models.PathRewrite
-
Packages that use PathRewrite Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of PathRewrite in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return PathRewrite Modifier and Type Method Description PathRewrite[]PathRewritePage. getContent()Get 路径重写规则列表PathRewriteDescribePathRewriteResponse. getResult()Get 路径重写规则对象Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type PathRewrite Modifier and Type Method Description voidPathRewritePage. setContent(PathRewrite[] Content)Set 路径重写规则列表voidDescribePathRewriteResponse. setResult(PathRewrite Result)Set 路径重写规则对象Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type PathRewrite Constructor Description PathRewrite(PathRewrite 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.
-