Serializablepublic class LoggingDetail extends Object implements Serializable
| 构造器 | 说明 |
|---|---|
LoggingDetail(String type,
String logstore) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
String |
getLogstore() |
|
String |
getType() |
|
net.sf.json.JSONObject |
marshal() |
|
void |
setLogstore(String logstore) |
|
void |
setType(String type) |
|
static LoggingDetail |
unmarshal(net.sf.json.JSONObject object) |
public String getType()
public void setType(String type)
public String getLogstore()
public void setLogstore(String logstore)
public net.sf.json.JSONObject marshal()
public static LoggingDetail unmarshal(net.sf.json.JSONObject object)
Copyright © 2018. All Rights Reserved.