public class GeneralJobConfiguration extends JobConfiguration
| Constructor and Description |
|---|
GeneralJobConfiguration() |
GeneralJobConfiguration(String detail) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(com.alibaba.fastjson.JSONObject value)
Deserialize instance from JSON object.
|
boolean |
equals(Object o) |
String |
getDetail() |
int |
hashCode() |
void |
setDetail(String detail) |
com.alibaba.fastjson.JSONObject |
toJsonObject() |
String |
toString() |
public GeneralJobConfiguration()
public GeneralJobConfiguration(String detail)
public String getDetail()
public void setDetail(String detail)
public void deserialize(com.alibaba.fastjson.JSONObject value)
JobConfigurationdeserialize in class JobConfigurationpublic com.alibaba.fastjson.JSONObject toJsonObject()
Copyright © 2025. All Rights Reserved.