public class ListTaskJobLogNameRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListTaskJobLogNameRequest() |
ListTaskJobLogNameRequest(ListTaskJobLogNameRequest 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批任务唯一ID
|
String |
getTaskId()
Get 查询的taskId
|
void |
setBatchId(String BatchId)
Set SparkSQL批任务唯一ID
|
void |
setTaskId(String TaskId)
Set 查询的taskId
|
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 ListTaskJobLogNameRequest()
public ListTaskJobLogNameRequest(ListTaskJobLogNameRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 查询的taskIdpublic String getBatchId()
public void setBatchId(String BatchId)
BatchId
- SparkSQL批任务唯一IDCopyright © 2024. All rights reserved.