public class ModifyClusterDatabaseRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyClusterDatabaseRequest()  | 
ModifyClusterDatabaseRequest(ModifyClusterDatabaseRequest 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 | 
getClusterId()
Get Cluster ID 
 | 
String | 
getDbName()
Get Database name 
 | 
String | 
getDescription()
Get Remarks 
 | 
UserHostPrivilege[] | 
getNewUserHostPrivileges()
Get Host permissions of the new authorized user 
 | 
UserHostPrivilege[] | 
getOldUserHostPrivileges()
Get Host permissions of previously authorized users 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setDbName(String DbName)
Set Database name 
 | 
void | 
setDescription(String Description)
Set Remarks 
 | 
void | 
setNewUserHostPrivileges(UserHostPrivilege[] NewUserHostPrivileges)
Set Host permissions of the new authorized user 
 | 
void | 
setOldUserHostPrivileges(UserHostPrivilege[] OldUserHostPrivileges)
Set Host permissions of previously authorized users 
 | 
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 ModifyClusterDatabaseRequest()
public ModifyClusterDatabaseRequest(ModifyClusterDatabaseRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getDbName()
public void setDbName(String DbName)
DbName - Database namepublic UserHostPrivilege[] getNewUserHostPrivileges()
public void setNewUserHostPrivileges(UserHostPrivilege[] NewUserHostPrivileges)
NewUserHostPrivileges - Host permissions of the new authorized userpublic String getDescription()
public void setDescription(String Description)
Description - Remarkspublic UserHostPrivilege[] getOldUserHostPrivileges()
public void setOldUserHostPrivileges(UserHostPrivilege[] OldUserHostPrivileges)
OldUserHostPrivileges - Host permissions of previously authorized usersCopyright © 2025. All rights reserved.