Class ExportProtectDirListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ExportProtectDirListRequest
-
public class ExportProtectDirListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExportProtectDirListRequest()ExportProtectDirListRequest(ExportProtectDirListRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBy()Get 排序字段AssetFilters[]getFilters()Get DirName 网站名称 DirPath 网站防护目录地址StringgetOrder()Get asc:升序/desc:降序voidsetBy(String By)Set 排序字段voidsetFilters(AssetFilters[] Filters)Set DirName 网站名称 DirPath 网站防护目录地址voidsetOrder(String Order)Set asc:升序/desc:降序voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExportProtectDirListRequest
public ExportProtectDirListRequest()
-
ExportProtectDirListRequest
public ExportProtectDirListRequest(ExportProtectDirListRequest 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.
-
-
Method Detail
-
getFilters
public AssetFilters[] getFilters()
Get DirName 网站名称 DirPath 网站防护目录地址- Returns:
- Filters DirName 网站名称 DirPath 网站防护目录地址
-
setFilters
public void setFilters(AssetFilters[] Filters)
Set DirName 网站名称 DirPath 网站防护目录地址- Parameters:
Filters- DirName 网站名称 DirPath 网站防护目录地址
-
getOrder
public String getOrder()
Get asc:升序/desc:降序- Returns:
- Order asc:升序/desc:降序
-
setOrder
public void setOrder(String Order)
Set asc:升序/desc:降序- Parameters:
Order- asc:升序/desc:降序
-
getBy
public String getBy()
Get 排序字段- Returns:
- By 排序字段
-
setBy
public void setBy(String By)
Set 排序字段- Parameters:
By- 排序字段
-
-