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 String
getId()
Get 配置对应的protect_pathLong
getModifyType()
Get 需要操作的类型1 目录名称 2 防护文件类型String
getValue()
Get 提交值void
setId(String Id)
Set 配置对应的protect_pathvoid
setModifyType(Long ModifyType)
Set 需要操作的类型1 目录名称 2 防护文件类型void
setValue(String Value)
Set 提交值void
toMap(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
-
-