public class CancelSparkSessionBatchSQLRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CancelSparkSessionBatchSQLRequest() | 
| CancelSparkSessionBatchSQLRequest(CancelSparkSessionBatchSQLRequest 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 | getBatchId()Get 批任务唯一标识 | 
| String | getCustomKey()Get 用户自定义主键,若不为空,则使用该值进行查询 | 
| void | setBatchId(String BatchId)Set 批任务唯一标识 | 
| void | setCustomKey(String CustomKey)Set 用户自定义主键,若不为空,则使用该值进行查询 | 
| 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 CancelSparkSessionBatchSQLRequest()
public CancelSparkSessionBatchSQLRequest(CancelSparkSessionBatchSQLRequest source)
public String getBatchId()
public void setBatchId(String BatchId)
BatchId - 批任务唯一标识public String getCustomKey()
public void setCustomKey(String CustomKey)
CustomKey - 用户自定义主键,若不为空,则使用该值进行查询Copyright © 2025. All rights reserved.