public abstract class DataFormat extends Object
| Constructor and Description |
|---|
DataFormat(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(com.alibaba.fastjson.JSONObject jsonObject) |
String |
getTimeFormat() |
String |
getTimeZone() |
String |
getType() |
void |
setTimeFormat(String timeFormat) |
void |
setTimeZone(String timeZone) |
void |
setType(String type) |
public DataFormat(String type)
public String getType()
public void setType(String type)
public String getTimeFormat()
public void setTimeFormat(String timeFormat)
public String getTimeZone()
public void setTimeZone(String timeZone)
public void deserialize(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2025. All Rights Reserved.