public class CreatePathRewritesRequest extends AbstractModel
Constructor and Description |
---|
CreatePathRewritesRequest() |
CreatePathRewritesRequest(CreatePathRewritesRequest 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.
|
Modifier and Type | Method and Description |
---|---|
PathRewriteCreateObject |
getPathRewrites()
Get 路径重写列表
|
void |
setPathRewrites(PathRewriteCreateObject PathRewrites)
Set 路径重写列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreatePathRewritesRequest()
public CreatePathRewritesRequest(CreatePathRewritesRequest source)
public PathRewriteCreateObject getPathRewrites()
public void setPathRewrites(PathRewriteCreateObject PathRewrites)
PathRewrites
- 路径重写列表Copyright © 2021. All rights reserved.