public class SubmitCustomFunctionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SubmitCustomFunctionRequest() | 
| SubmitCustomFunctionRequest(SubmitCustomFunctionRequest 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 | getComment()Get Remark Information | 
| String | getFunctionId()Get Function Unique Identifier | 
| String | getProjectId()Get Project ID | 
| void | setClusterIdentifier(String ClusterIdentifier)Set Cluster Instance ID | 
| void | setComment(String Comment)Set Remark Information | 
| void | setFunctionId(String FunctionId)Set Function Unique Identifier | 
| void | setProjectId(String ProjectId)Set Project ID | 
| 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 SubmitCustomFunctionRequest()
public SubmitCustomFunctionRequest(SubmitCustomFunctionRequest source)
public String getFunctionId()
public void setFunctionId(String FunctionId)
FunctionId - Function Unique Identifierpublic String getClusterIdentifier()
public void setClusterIdentifier(String ClusterIdentifier)
ClusterIdentifier - Cluster Instance IDpublic String getComment()
public void setComment(String Comment)
Comment - Remark Informationpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDCopyright © 2025. All rights reserved.