public class ConfigOutputDetail extends Object implements Serializable
| Constructor and Description |
|---|
ConfigOutputDetail() |
ConfigOutputDetail(ConfigOutputDetail outputDetail) |
ConfigOutputDetail(String endpoint,
String logstoreName) |
ConfigOutputDetail(String endpoint,
String logstoreName,
String compressType) |
| Modifier and Type | Method and Description |
|---|---|
void |
FromJsonObject(com.alibaba.fastjson.JSONObject outputDetail) |
void |
FromJsonString(String outputDetailString) |
String |
GetCompressType() |
String |
GetEndpoint() |
String |
GetLogstoreName() |
void |
SetCompressType(String compressType) |
void |
SetEndpoint(String endpoint) |
void |
SetLogstoreName(String logstoreName) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
String |
ToJsonString() |
public ConfigOutputDetail()
public ConfigOutputDetail(String endpoint, String logstoreName, String compressType)
public ConfigOutputDetail(ConfigOutputDetail outputDetail)
public com.alibaba.fastjson.JSONObject ToJsonObject()
public String ToJsonString()
public void FromJsonObject(com.alibaba.fastjson.JSONObject outputDetail)
throws LogException
LogExceptionpublic void FromJsonString(String outputDetailString) throws LogException
LogExceptionpublic String GetEndpoint()
public void SetEndpoint(String endpoint)
public String GetLogstoreName()
public void SetLogstoreName(String logstoreName)
public String GetCompressType()
public void SetCompressType(String compressType)
Copyright © 2025. All Rights Reserved.