public class LoggingDetail extends Object implements Serializable
| Constructor and Description |
|---|
LoggingDetail(String type,
String logstore) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogstore() |
String |
getType() |
com.alibaba.fastjson.JSONObject |
marshal() |
void |
setLogstore(String logstore) |
void |
setType(String type) |
static LoggingDetail |
unmarshal(com.alibaba.fastjson.JSONObject object) |
public String getType()
public void setType(String type)
public String getLogstore()
public void setLogstore(String logstore)
public com.alibaba.fastjson.JSONObject marshal()
public static LoggingDetail unmarshal(com.alibaba.fastjson.JSONObject object)
Copyright © 2025. All Rights Reserved.