Class ModifyWebPageProtectSettingRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ModifyWebPageProtectSettingRequest
-
public class ModifyWebPageProtectSettingRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyWebPageProtectSettingRequest()ModifyWebPageProtectSettingRequest(ModifyWebPageProtectSettingRequest 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 StringgetId()Get 配置对应的protect_pathLonggetModifyType()Get 需要操作的类型1 目录名称 2 防护文件类型StringgetValue()Get 提交值voidsetId(String Id)Set 配置对应的protect_pathvoidsetModifyType(Long ModifyType)Set 需要操作的类型1 目录名称 2 防护文件类型voidsetValue(String Value)Set 提交值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
-
ModifyWebPageProtectSettingRequest
public ModifyWebPageProtectSettingRequest()
-
ModifyWebPageProtectSettingRequest
public ModifyWebPageProtectSettingRequest(ModifyWebPageProtectSettingRequest 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
-
getModifyType
public Long getModifyType()
Get 需要操作的类型1 目录名称 2 防护文件类型- Returns:
- ModifyType 需要操作的类型1 目录名称 2 防护文件类型
-
setModifyType
public void setModifyType(Long ModifyType)
Set 需要操作的类型1 目录名称 2 防护文件类型- Parameters:
ModifyType- 需要操作的类型1 目录名称 2 防护文件类型
-
getValue
public String getValue()
Get 提交值- Returns:
- Value 提交值
-
setValue
public void setValue(String Value)
Set 提交值- Parameters:
Value- 提交值
-
getId
public String getId()
Get 配置对应的protect_path- Returns:
- Id 配置对应的protect_path
-
setId
public void setId(String Id)
Set 配置对应的protect_path- Parameters:
Id- 配置对应的protect_path
-
-