Uses of Class
com.tencentcloudapi.tsf.v20180326.models.PathRewriteCreateObject
-
Packages that use PathRewriteCreateObject Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of PathRewriteCreateObject in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return PathRewriteCreateObject Modifier and Type Method Description PathRewriteCreateObject
CreatePathRewritesRequest. getPathRewrites()
Get 路径重写列表PathRewriteCreateObject[]
CreatePathRewritesWithDetailRespRequest. getPathRewrites()
Get 路径重写列表Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type PathRewriteCreateObject Modifier and Type Method Description void
CreatePathRewritesRequest. setPathRewrites(PathRewriteCreateObject PathRewrites)
Set 路径重写列表void
CreatePathRewritesWithDetailRespRequest. setPathRewrites(PathRewriteCreateObject[] PathRewrites)
Set 路径重写列表Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type PathRewriteCreateObject Constructor Description PathRewriteCreateObject(PathRewriteCreateObject 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.
-