public class CreateCustomFunctionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCustomFunctionRequest() | 
| CreateCustomFunctionRequest(CreateCustomFunctionRequest 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 | getDbName()Get 数据库名称 | 
| String | getFunctionResourceFileType()Get 函数资源文件类型 | 
| String | getKind()Get 枚举值:ANALYSIS(函数)、ENCRYPTION(加密函数)、AGGREGATE(聚合函数)、LOGIC(逻辑函数)、DATE_AND_TIME(日期与时间函数)、MATH(数学函数)、CONVERSION(转换函数)、STRING(字符串函数)、IP_AND_DOMAIN(IP和域名函数)、WINDOW(窗口函数)、OTHER(其他函数) | 
| String | getName()Get 函数名称 | 
| String | getProjectId()Get 项目ID | 
| String | getType()Get 枚举值:HIVE、SPARK、DLC | 
| void | setClusterIdentifier(String ClusterIdentifier)Set 集群实例引擎 ID | 
| void | setDbName(String DbName)Set 数据库名称 | 
| void | setFunctionResourceFileType(String FunctionResourceFileType)Set 函数资源文件类型 | 
| void | setKind(String Kind)Set 枚举值:ANALYSIS(函数)、ENCRYPTION(加密函数)、AGGREGATE(聚合函数)、LOGIC(逻辑函数)、DATE_AND_TIME(日期与时间函数)、MATH(数学函数)、CONVERSION(转换函数)、STRING(字符串函数)、IP_AND_DOMAIN(IP和域名函数)、WINDOW(窗口函数)、OTHER(其他函数) | 
| void | setName(String Name)Set 函数名称 | 
| void | setProjectId(String ProjectId)Set 项目ID | 
| void | setType(String Type)Set 枚举值:HIVE、SPARK、DLC | 
| 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 CreateCustomFunctionRequest()
public CreateCustomFunctionRequest(CreateCustomFunctionRequest source)
public String getType()
public void setType(String Type)
Type - 枚举值:HIVE、SPARK、DLCpublic String getKind()
public void setKind(String Kind)
Kind - 枚举值:ANALYSIS(函数)、ENCRYPTION(加密函数)、AGGREGATE(聚合函数)、LOGIC(逻辑函数)、DATE_AND_TIME(日期与时间函数)、MATH(数学函数)、CONVERSION(转换函数)、STRING(字符串函数)、IP_AND_DOMAIN(IP和域名函数)、WINDOW(窗口函数)、OTHER(其他函数)public String getName()
public void setName(String Name)
Name - 函数名称public String getClusterIdentifier()
public void setClusterIdentifier(String ClusterIdentifier)
ClusterIdentifier - 集群实例引擎 IDpublic String getDbName()
public void setDbName(String DbName)
DbName - 数据库名称public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目IDpublic String getFunctionResourceFileType()
public void setFunctionResourceFileType(String FunctionResourceFileType)
FunctionResourceFileType - 函数资源文件类型Copyright © 2025. All rights reserved.