类 LogConfigModel
- java.lang.Object
-
- com.baidubce.services.cnap.model.deploygroup.LogConfigModel
-
public class LogConfigModel extends Object
The model for log config.
-
-
构造器概要
构造器 构造器 说明 LogConfigModel()
-
方法概要
-
-
-
方法详细资料
-
getLogsOutputType
public String getLogsOutputType()
-
setLogsOutputType
public void setLogsOutputType(String logsOutputType)
-
getExcludePath
public String getExcludePath()
-
setExcludePath
public void setExcludePath(String excludePath)
-
getLogFileFilter
public DataSourceModel getLogFileFilter()
-
setLogFileFilter
public void setLogFileFilter(DataSourceModel logFileFilter)
-
setIsLogParserEnabled
public void setIsLogParserEnabled(boolean isLogParserEnabled)
-
getIsLogParserEnabled
public boolean getIsLogParserEnabled()
-
getParserType
public String getParserType()
-
setParserType
public void setParserType(String parserType)
-
getParserLogFormat
public String getParserLogFormat()
-
setParserLogFormat
public void setParserLogFormat(String parserLogFormat)
-
getTimeKey
public String getTimeKey()
-
setTimeKey
public void setTimeKey(String timeKey)
-
getTimeFormat
public String getTimeFormat()
-
setTimeFormat
public void setTimeFormat(String timeFormat)
-
getPluginInsID
public String getPluginInsID()
-
setPluginInsID
public void setPluginInsID(String pluginInsID)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getIndex
public String getIndex()
-
setIndex
public void setIndex(String index)
-
getLogstashFormat
public boolean getLogstashFormat()
-
setLogstashFormat
public void setLogstashFormat(boolean logstashFormat)
-
getLogstashPrefix
public String getLogstashPrefix()
-
setLogstashPrefix
public void setLogstashPrefix(String logstashPrefix)
-
getLogstashDateFormat
public String getLogstashDateFormat()
-
setLogstashDateFormat
public void setLogstashDateFormat(String logstashDateFormat)
-
getAuth
public String getAuth()
-
setAuth
public void setAuth(String auth)
-
getUserName
public String getUserName()
-
setUserName
public void setUserName(String userName)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getPid
public String getPid()
-
setPid
public void setPid(String pid)
-
withLogsOutputType
public LogConfigModel withLogsOutputType(String logsOutputType)
-
withExcludePath
public LogConfigModel withExcludePath(String excludePath)
-
withLogFileFilter
public LogConfigModel withLogFileFilter(DataSourceModel logFileFilter)
-
withIsLogParserEnabled
public LogConfigModel withIsLogParserEnabled(boolean isLogParserEnabled)
-
withParserLogFormat
public LogConfigModel withParserLogFormat(String parserLogFormat)
-
withTimeKey
public LogConfigModel withTimeKey(String timeKey)
-
withTimeFormat
public LogConfigModel withTimeFormat(String timeFormat)
-
withPluginInsID
public LogConfigModel withPluginInsID(String pluginInsID)
-
withHost
public LogConfigModel withHost(String host)
-
withIndex
public LogConfigModel withIndex(String index)
-
withLogstashFormat
public LogConfigModel withLogstashFormat(boolean logstashFormat)
-
withLogstashPrefix
public LogConfigModel withLogstashPrefix(String logstashPrefix)
-
withLogstashDateFormat
public LogConfigModel withLogstashDateFormat(String logstashDateFormat)
-
withAuth
public LogConfigModel withAuth(String auth)
-
withUserName
public LogConfigModel withUserName(String userName)
-
withPassword
public LogConfigModel withPassword(String password)
-
withPid
public LogConfigModel withPid(String pid)
-
-