public class CreateProtectServerRequest extends AbstractModel
Constructor and Description |
---|
CreateProtectServerRequest() |
CreateProtectServerRequest(CreateProtectServerRequest 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 |
getProtectDir()
Get 防护目录地址
|
ProtectHostConfig[] |
getProtectHostConfig()
Get 防护机器 信息
|
void |
setProtectDir(String ProtectDir)
Set 防护目录地址
|
void |
setProtectHostConfig(ProtectHostConfig[] ProtectHostConfig)
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 CreateProtectServerRequest()
public CreateProtectServerRequest(CreateProtectServerRequest source)
public String getProtectDir()
public void setProtectDir(String ProtectDir)
ProtectDir
- 防护目录地址public ProtectHostConfig[] getProtectHostConfig()
public void setProtectHostConfig(ProtectHostConfig[] ProtectHostConfig)
ProtectHostConfig
- 防护机器 信息Copyright © 2022. All rights reserved.