Class FunctionPrivilege
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mariadb.v20170312.models.FunctionPrivilege
-
public class FunctionPrivilege extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FunctionPrivilege()
FunctionPrivilege(FunctionPrivilege 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDatabase()
Get 数据库名String
getFunctionName()
Get 数据库函数名String[]
getPrivileges()
Get 权限信息void
setDatabase(String Database)
Set 数据库名void
setFunctionName(String FunctionName)
Set 数据库函数名void
setPrivileges(String[] Privileges)
Set 权限信息void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FunctionPrivilege
public FunctionPrivilege()
-
FunctionPrivilege
public FunctionPrivilege(FunctionPrivilege 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.
-
-
Method Detail
-
getDatabase
public String getDatabase()
Get 数据库名- Returns:
- Database 数据库名
-
setDatabase
public void setDatabase(String Database)
Set 数据库名- Parameters:
Database
- 数据库名
-
getFunctionName
public String getFunctionName()
Get 数据库函数名- Returns:
- FunctionName 数据库函数名
-
setFunctionName
public void setFunctionName(String FunctionName)
Set 数据库函数名- Parameters:
FunctionName
- 数据库函数名
-
getPrivileges
public String[] getPrivileges()
Get 权限信息- Returns:
- Privileges 权限信息
-
setPrivileges
public void setPrivileges(String[] Privileges)
Set 权限信息- Parameters:
Privileges
- 权限信息
-
-