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 Cluster Instance ID | 
| String | getCommandFormat()Get Function Command Format | 
| String | getDatabaseName()Get Database name | 
| String | getFunctionId()Get Function ID | 
| String | getFunctionName()Get Function Name | 
| String | getFunctionType()Get Function Type, HIVE, SPARK, DLC, CDW_POSTGRESQL | 
| String | getProjectId()Get Project ID, required | 
| String | getSchemaName()Get Pattern name | 
| void | setClusterIdentifier(String ClusterIdentifier)Set Cluster Instance ID | 
| void | setCommandFormat(String CommandFormat)Set Function Command Format | 
| void | setDatabaseName(String DatabaseName)Set Database name | 
| void | setFunctionId(String FunctionId)Set Function ID | 
| void | setFunctionName(String FunctionName)Set Function Name | 
| void | setFunctionType(String FunctionType)Set Function Type, HIVE, SPARK, DLC, CDW_POSTGRESQL | 
| void | setProjectId(String ProjectId)Set Project ID, required | 
| void | setSchemaName(String SchemaName)Set Pattern name | 
| 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, toJsonStringpublic DeleteCustomFunctionRequest()
public DeleteCustomFunctionRequest(DeleteCustomFunctionRequest source)
public String getClusterIdentifier()
public void setClusterIdentifier(String ClusterIdentifier)
ClusterIdentifier - Cluster Instance IDpublic String getFunctionId()
public void setFunctionId(String FunctionId)
FunctionId - Function IDpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID, requiredpublic String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName - Function Namepublic String getFunctionType()
public void setFunctionType(String FunctionType)
FunctionType - Function Type, HIVE, SPARK, DLC, CDW_POSTGRESQLpublic String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName - Database namepublic String getSchemaName()
public void setSchemaName(String SchemaName)
SchemaName - Pattern namepublic String getCommandFormat()
public void setCommandFormat(String CommandFormat)
CommandFormat - Function Command FormatCopyright © 2024. All rights reserved.