public class DeleteWhitelistRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteWhitelistRequest() | 
| DeleteWhitelistRequest(DeleteWhitelistRequest 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 名单ID | 
| String | getInstanceID()Get 实例ID | 
| void | setID(String ID)Set 名单ID | 
| void | setInstanceID(String InstanceID)Set 实例ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteWhitelistRequest()
public DeleteWhitelistRequest(DeleteWhitelistRequest source)
public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID - 实例IDpublic String getID()
public void setID(String ID)
ID - 名单IDCopyright © 2025. All rights reserved.