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
注意:此字段可能返回 null,表示取不到有效值。
|
KVPair[] |
getSupplement()
Get 补充信息:如:taskid、sessionid、sparkui等
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getText()
Get 操作提示
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOperate(String Operate)
Set 操作类型:COPY、LOG、UI、RESULT、List、TAB
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSupplement(KVPair[] Supplement)
Set 补充信息:如:taskid、sessionid、sparkui等
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setText(String Text)
Set 操作提示
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SparkSessionBatchLogOperate()
public SparkSessionBatchLogOperate(SparkSessionBatchLogOperate source)
public String getText()
public void setText(String Text)
Text
- 操作提示
注意:此字段可能返回 null,表示取不到有效值。public String getOperate()
public void setOperate(String Operate)
Operate
- 操作类型:COPY、LOG、UI、RESULT、List、TAB
注意:此字段可能返回 null,表示取不到有效值。public KVPair[] getSupplement()
public void setSupplement(KVPair[] Supplement)
Supplement
- 补充信息:如:taskid、sessionid、sparkui等
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.