public class UpdatePluginsRequest extends AbstractModel
| Constructor and Description | 
|---|
| UpdatePluginsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getForceRestart()Get Whether to force restart | 
| String[] | getInstallPluginList()Get List of names of the plugins to be installed | 
| String | getInstanceId()Get Instance ID | 
| String[] | getRemovePluginList()Get List of names of the plugins to be uninstalled | 
| void | setForceRestart(Boolean ForceRestart)Set Whether to force restart | 
| void | setInstallPluginList(String[] InstallPluginList)Set List of names of the plugins to be installed | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setRemovePluginList(String[] RemovePluginList)Set List of names of the plugins to be uninstalled | 
| 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, toJsonStringpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String[] getInstallPluginList()
public void setInstallPluginList(String[] InstallPluginList)
InstallPluginList - List of names of the plugins to be installedpublic String[] getRemovePluginList()
public void setRemovePluginList(String[] RemovePluginList)
RemovePluginList - List of names of the plugins to be uninstalledpublic Boolean getForceRestart()
public void setForceRestart(Boolean ForceRestart)
ForceRestart - Whether to force restartCopyright © 2021. All rights reserved.