public class DescribeSparkSessionBatchSqlLogResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeSparkSessionBatchSqlLogResponse() |
DescribeSparkSessionBatchSqlLogResponse(DescribeSparkSessionBatchSqlLogResponse 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 |
---|---|
SparkSessionBatchLog[] |
getLogSet()
Get The log information list.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getState()
Get The status.
|
void |
setLogSet(SparkSessionBatchLog[] LogSet)
Set The log information list.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setState(Long State)
Set The status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSparkSessionBatchSqlLogResponse()
public DescribeSparkSessionBatchSqlLogResponse(DescribeSparkSessionBatchSqlLogResponse source)
public Long getState()
public void setState(Long State)
State
- The status. Valid values: `0` (initializing), `1` (successful), `2` (failed), `3` (canceled), and `4` (exception).public SparkSessionBatchLog[] getLogSet()
public void setLogSet(SparkSessionBatchLog[] LogSet)
LogSet
- The log information list.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.