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 The operation type. 
 | 
KVPair[] | 
getSupplement()
Get Additional information, such as taskid, sessionid, and sparkui. 
 | 
String | 
getText()
Get The operation message. 
 | 
void | 
setOperate(String Operate)
Set The operation type. 
 | 
void | 
setSupplement(KVPair[] Supplement)
Set Additional information, such as taskid, sessionid, and sparkui. 
 | 
void | 
setText(String Text)
Set The operation message. 
 | 
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 - The operation message.
Note: This field may return null, indicating that no valid values can be obtained.public String getOperate()
public void setOperate(String Operate)
Operate - The operation type. Valid values: `COPY`, `LOG`, `UI`, `RESULT`, `List`, and `TAB`.
Note: This field may return null, indicating that no valid values can be obtained.public KVPair[] getSupplement()
public void setSupplement(KVPair[] Supplement)
Supplement - Additional information, such as taskid, sessionid, and sparkui.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.