public class DeleteSecurityPolicyRequest extends AbstractModel
Constructor and Description |
---|
DeleteSecurityPolicyRequest() |
DeleteSecurityPolicyRequest(DeleteSecurityPolicyRequest 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 |
---|---|
Long |
getPolicyIndex()
Get 白名单Id
|
String |
getPolicyVersion()
Get 白名单版本
|
String |
getRegistryId()
Get 实例Id
|
void |
setPolicyIndex(Long PolicyIndex)
Set 白名单Id
|
void |
setPolicyVersion(String PolicyVersion)
Set 白名单版本
|
void |
setRegistryId(String RegistryId)
Set 实例Id
|
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 DeleteSecurityPolicyRequest()
public DeleteSecurityPolicyRequest(DeleteSecurityPolicyRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId
- 实例Idpublic Long getPolicyIndex()
public void setPolicyIndex(Long PolicyIndex)
PolicyIndex
- 白名单Idpublic String getPolicyVersion()
public void setPolicyVersion(String PolicyVersion)
PolicyVersion
- 白名单版本Copyright © 2022. All rights reserved.