public class SparkSessionBatchLog extends AbstractModel
header, skipSign
Constructor and Description |
---|
SparkSessionBatchLog() |
SparkSessionBatchLog(SparkSessionBatchLog 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 |
getMessage()
Get The log message.
|
SparkSessionBatchLogOperate[] |
getOperate()
Get The operation.
|
String |
getStep()
Get The log step.
|
String |
getTime()
Get Time.
|
void |
setMessage(String Message)
Set The log message.
|
void |
setOperate(SparkSessionBatchLogOperate[] Operate)
Set The operation.
|
void |
setStep(String Step)
Set The log step.
|
void |
setTime(String Time)
Set Time.
|
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 SparkSessionBatchLog()
public SparkSessionBatchLog(SparkSessionBatchLog source)
public String getStep()
public void setStep(String Step)
Step
- The log step. Valid values: `BEG`, `CS`, `DS`, `DSS`, `DSF`, `FINF`, `RTO`, `CANCEL`, `CT`, `DT`, `DTS`, `DTF`, `FINT`, and `EXCE`.
Note: This field may return null, indicating that no valid values can be obtained.public String getTime()
public void setTime(String Time)
Time
- Time.
Note: This field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- The log message.
Note: This field may return null, indicating that no valid values can be obtained.public SparkSessionBatchLogOperate[] getOperate()
public void setOperate(SparkSessionBatchLogOperate[] Operate)
Operate
- The operation.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.