public class CreateShieldInstanceRequest extends AbstractModel
Constructor and Description |
---|
CreateShieldInstanceRequest() |
CreateShieldInstanceRequest(CreateShieldInstanceRequest 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 |
---|---|
AppInfo |
getAppInfo()
Get 待加固的应用信息
|
ServiceInfo |
getServiceInfo()
Get 加固服务信息
|
void |
setAppInfo(AppInfo AppInfo)
Set 待加固的应用信息
|
void |
setServiceInfo(ServiceInfo ServiceInfo)
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 CreateShieldInstanceRequest()
public CreateShieldInstanceRequest(CreateShieldInstanceRequest source)
public AppInfo getAppInfo()
public void setAppInfo(AppInfo AppInfo)
AppInfo
- 待加固的应用信息public ServiceInfo getServiceInfo()
public void setServiceInfo(ServiceInfo ServiceInfo)
ServiceInfo
- 加固服务信息Copyright © 2023. All rights reserved.