public class DAGInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DAGInfo() | 
| DAGInfo(DAGInfo 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 | getContent()Get 返回的DAG的JSON字符串 | 
| String | getID()Get 查询ID | 
| String | getType()Get DAG类型,目前只支持starrocks | 
| void | setContent(String Content)Set 返回的DAG的JSON字符串 | 
| void | setID(String ID)Set 查询ID | 
| void | setType(String Type)Set DAG类型,目前只支持starrocks | 
| 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 DAGInfo()
public DAGInfo(DAGInfo source)
public String getID()
public void setID(String ID)
ID - 查询IDpublic String getType()
public void setType(String Type)
Type - DAG类型,目前只支持starrockspublic String getContent()
public void setContent(String Content)
Content - 返回的DAG的JSON字符串Copyright © 2025. All rights reserved.