public class DeleteCustomFunctionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteCustomFunctionRequest() |
DeleteCustomFunctionRequest(DeleteCustomFunctionRequest 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 |
getClusterIdentifier()
Get 集群实例 ID
|
String |
getCommandFormat()
Get 函数命令格式
|
String |
getDatabaseName()
Get 数据库名
|
String |
getFunctionId()
Get 函数 ID
|
String |
getFunctionName()
Get 函数名称
|
String |
getFunctionType()
Get 函数类型,HIVE,SPARK,DLC,CDW_POSTGRESQL
|
String |
getProjectId()
Get 项目ID,必须填
|
String |
getSchemaName()
Get 模式名
|
void |
setClusterIdentifier(String ClusterIdentifier)
Set 集群实例 ID
|
void |
setCommandFormat(String CommandFormat)
Set 函数命令格式
|
void |
setDatabaseName(String DatabaseName)
Set 数据库名
|
void |
setFunctionId(String FunctionId)
Set 函数 ID
|
void |
setFunctionName(String FunctionName)
Set 函数名称
|
void |
setFunctionType(String FunctionType)
Set 函数类型,HIVE,SPARK,DLC,CDW_POSTGRESQL
|
void |
setProjectId(String ProjectId)
Set 项目ID,必须填
|
void |
setSchemaName(String SchemaName)
Set 模式名
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteCustomFunctionRequest()
public DeleteCustomFunctionRequest(DeleteCustomFunctionRequest source)
public String getClusterIdentifier()
public void setClusterIdentifier(String ClusterIdentifier)
ClusterIdentifier
- 集群实例 IDpublic String getFunctionId()
public void setFunctionId(String FunctionId)
FunctionId
- 函数 IDpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目ID,必须填public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- 函数名称public String getFunctionType()
public void setFunctionType(String FunctionType)
FunctionType
- 函数类型,HIVE,SPARK,DLC,CDW_POSTGRESQLpublic String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- 数据库名public String getSchemaName()
public void setSchemaName(String SchemaName)
SchemaName
- 模式名public String getCommandFormat()
public void setCommandFormat(String CommandFormat)
CommandFormat
- 函数命令格式Copyright © 2024. All rights reserved.