public class DescribeDAGInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDAGInfoRequest() |
DescribeDAGInfoRequest(DescribeDAGInfoRequest 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[] |
getIDList()
Get Query ID list.
|
String |
getInstanceID()
Get Cluster ID.
|
String |
getType()
Get DAG type.
|
void |
setIDList(String[] IDList)
Set Query ID list.
|
void |
setInstanceID(String InstanceID)
Set Cluster ID.
|
void |
setType(String Type)
Set DAG type.
|
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 DescribeDAGInfoRequest()
public DescribeDAGInfoRequest(DescribeDAGInfoRequest source)
public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID
- Cluster ID.public String getType()
public void setType(String Type)
Type
- DAG type. Only STARROCKS is supported currently.public String[] getIDList()
public void setIDList(String[] IDList)
IDList
- Query ID list. The maximum length is 1.Copyright © 2025. All rights reserved.