public class ModifyWebPageProtectSettingRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get 配置对应的protect_path
|
Long |
getModifyType()
Get 需要操作的类型1 目录名称 2 防护文件类型
|
String |
getValue()
Get 提交值
|
void |
setId(String Id)
Set 配置对应的protect_path
|
void |
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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyWebPageProtectSettingRequest()
public ModifyWebPageProtectSettingRequest(ModifyWebPageProtectSettingRequest source)
public Long getModifyType()
public void setModifyType(Long ModifyType)
ModifyType
- 需要操作的类型1 目录名称 2 防护文件类型public String getValue()
public void setValue(String Value)
Value
- 提交值public String getId()
public void setId(String Id)
Id
- 配置对应的protect_pathCopyright © 2021. All rights reserved.