public class SparkSessionBatchLogOperate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SparkSessionBatchLogOperate() | 
| SparkSessionBatchLogOperate(SparkSessionBatchLogOperate 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 | getOperate()Get 操作类型:COPY、LOG、UI、RESULT、List、TAB | 
| KVPair[] | getSupplement()Get 补充信息:如:taskid、sessionid、sparkui等
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getText()Get 操作提示 | 
| void | setOperate(String Operate)Set 操作类型:COPY、LOG、UI、RESULT、List、TAB | 
| void | setSupplement(KVPair[] Supplement)Set 补充信息:如:taskid、sessionid、sparkui等
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setText(String Text)Set 操作提示 | 
| 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 SparkSessionBatchLogOperate()
public SparkSessionBatchLogOperate(SparkSessionBatchLogOperate source)
public String getText()
public void setText(String Text)
Text - 操作提示public String getOperate()
public void setOperate(String Operate)
Operate - 操作类型:COPY、LOG、UI、RESULT、List、TABpublic KVPair[] getSupplement()
public void setSupplement(KVPair[] Supplement)
Supplement - 补充信息:如:taskid、sessionid、sparkui等
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.