public abstract class DataFormat extends Object
| 构造器和说明 |
|---|
DataFormat(String type) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2020. All Rights Reserved.