public class DescribeSparkSessionBatchSqlLogRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeSparkSessionBatchSqlLogRequest()  | 
DescribeSparkSessionBatchSqlLogRequest(DescribeSparkSessionBatchSqlLogRequest 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 The unique ID of a Spark SQL job. 
 | 
String | 
getCustomKey()
Get User-defined primary key. 
 | 
void | 
setBatchId(String BatchId)
Set The unique ID of a Spark SQL job. 
 | 
void | 
setCustomKey(String CustomKey)
Set User-defined primary key. 
 | 
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 DescribeSparkSessionBatchSqlLogRequest()
public DescribeSparkSessionBatchSqlLogRequest(DescribeSparkSessionBatchSqlLogRequest source)
public String getBatchId()
public void setBatchId(String BatchId)
BatchId - The unique ID of a Spark SQL job.public String getCustomKey()
public void setCustomKey(String CustomKey)
CustomKey - User-defined primary key. If it is specified, the query should be based on the value.Copyright © 2025. All rights reserved.