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