Class SparkSessionBatchLogOperate
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.SparkSessionBatchLogOperate
-
public class SparkSessionBatchLogOperate extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperate()Get 操作类型:COPY、LOG、UI、RESULT、List、TAB 注意:此字段可能返回 null,表示取不到有效值。KVPair[]getSupplement()Get 补充信息:如:taskid、sessionid、sparkui等 注意:此字段可能返回 null,表示取不到有效值。StringgetText()Get 操作提示 注意:此字段可能返回 null,表示取不到有效值。voidsetOperate(String Operate)Set 操作类型:COPY、LOG、UI、RESULT、List、TAB 注意:此字段可能返回 null,表示取不到有效值。voidsetSupplement(KVPair[] Supplement)Set 补充信息:如:taskid、sessionid、sparkui等 注意:此字段可能返回 null,表示取不到有效值。voidsetText(String Text)Set 操作提示 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SparkSessionBatchLogOperate
public SparkSessionBatchLogOperate()
-
SparkSessionBatchLogOperate
public 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.
-
-
Method Detail
-
getText
public String getText()
Get 操作提示 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Text 操作提示 注意:此字段可能返回 null,表示取不到有效值。
-
setText
public void setText(String Text)
Set 操作提示 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Text- 操作提示 注意:此字段可能返回 null,表示取不到有效值。
-
getOperate
public String getOperate()
Get 操作类型:COPY、LOG、UI、RESULT、List、TAB 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Operate 操作类型:COPY、LOG、UI、RESULT、List、TAB 注意:此字段可能返回 null,表示取不到有效值。
-
setOperate
public void setOperate(String Operate)
Set 操作类型:COPY、LOG、UI、RESULT、List、TAB 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Operate- 操作类型:COPY、LOG、UI、RESULT、List、TAB 注意:此字段可能返回 null,表示取不到有效值。
-
getSupplement
public KVPair[] getSupplement()
Get 补充信息:如:taskid、sessionid、sparkui等 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Supplement 补充信息:如:taskid、sessionid、sparkui等 注意:此字段可能返回 null,表示取不到有效值。
-
setSupplement
public void setSupplement(KVPair[] Supplement)
Set 补充信息:如:taskid、sessionid、sparkui等 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Supplement- 补充信息:如:taskid、sessionid、sparkui等 注意:此字段可能返回 null,表示取不到有效值。
-
-