
com.tencentcloudapi.cls.v20201016.models.ConfigInfo Maven / Gradle / Ivy
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.cls.v20201016.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class ConfigInfo extends AbstractModel{
/**
* 采集规则配置ID
*/
@SerializedName("ConfigId")
@Expose
private String ConfigId;
/**
* 日志格式化方式
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("LogFormat")
@Expose
private String LogFormat;
/**
* 日志采集路径
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("Path")
@Expose
private String Path;
/**
* 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表极简日志,multiline_log代表多行日志,fullregex_log代表完整正则,默认为minimalist_log
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("LogType")
@Expose
private String LogType;
/**
* 提取规则,如果设置了ExtractRule,则必须设置LogType
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ExtractRule")
@Expose
private ExtractRuleInfo ExtractRule;
/**
* 采集黑名单路径列表
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ExcludePaths")
@Expose
private ExcludePathInfo [] ExcludePaths;
/**
* 采集配置所属日志主题ID即TopicId
*/
@SerializedName("Output")
@Expose
private String Output;
/**
* 更新时间
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("UpdateTime")
@Expose
private String UpdateTime;
/**
* 创建时间
*/
@SerializedName("CreateTime")
@Expose
private String CreateTime;
/**
* 用户自定义解析字符串
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("UserDefineRule")
@Expose
private String UserDefineRule;
/**
* Get 采集规则配置ID
* @return ConfigId 采集规则配置ID
*/
public String getConfigId() {
return this.ConfigId;
}
/**
* Set 采集规则配置ID
* @param ConfigId 采集规则配置ID
*/
public void setConfigId(String ConfigId) {
this.ConfigId = ConfigId;
}
/**
* Get 日志格式化方式
注意:此字段可能返回 null,表示取不到有效值。
* @return LogFormat 日志格式化方式
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getLogFormat() {
return this.LogFormat;
}
/**
* Set 日志格式化方式
注意:此字段可能返回 null,表示取不到有效值。
* @param LogFormat 日志格式化方式
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setLogFormat(String LogFormat) {
this.LogFormat = LogFormat;
}
/**
* Get 日志采集路径
注意:此字段可能返回 null,表示取不到有效值。
* @return Path 日志采集路径
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getPath() {
return this.Path;
}
/**
* Set 日志采集路径
注意:此字段可能返回 null,表示取不到有效值。
* @param Path 日志采集路径
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setPath(String Path) {
this.Path = Path;
}
/**
* Get 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表极简日志,multiline_log代表多行日志,fullregex_log代表完整正则,默认为minimalist_log
注意:此字段可能返回 null,表示取不到有效值。
* @return LogType 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表极简日志,multiline_log代表多行日志,fullregex_log代表完整正则,默认为minimalist_log
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getLogType() {
return this.LogType;
}
/**
* Set 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表极简日志,multiline_log代表多行日志,fullregex_log代表完整正则,默认为minimalist_log
注意:此字段可能返回 null,表示取不到有效值。
* @param LogType 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表极简日志,multiline_log代表多行日志,fullregex_log代表完整正则,默认为minimalist_log
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setLogType(String LogType) {
this.LogType = LogType;
}
/**
* Get 提取规则,如果设置了ExtractRule,则必须设置LogType
注意:此字段可能返回 null,表示取不到有效值。
* @return ExtractRule 提取规则,如果设置了ExtractRule,则必须设置LogType
注意:此字段可能返回 null,表示取不到有效值。
*/
public ExtractRuleInfo getExtractRule() {
return this.ExtractRule;
}
/**
* Set 提取规则,如果设置了ExtractRule,则必须设置LogType
注意:此字段可能返回 null,表示取不到有效值。
* @param ExtractRule 提取规则,如果设置了ExtractRule,则必须设置LogType
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setExtractRule(ExtractRuleInfo ExtractRule) {
this.ExtractRule = ExtractRule;
}
/**
* Get 采集黑名单路径列表
注意:此字段可能返回 null,表示取不到有效值。
* @return ExcludePaths 采集黑名单路径列表
注意:此字段可能返回 null,表示取不到有效值。
*/
public ExcludePathInfo [] getExcludePaths() {
return this.ExcludePaths;
}
/**
* Set 采集黑名单路径列表
注意:此字段可能返回 null,表示取不到有效值。
* @param ExcludePaths 采集黑名单路径列表
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setExcludePaths(ExcludePathInfo [] ExcludePaths) {
this.ExcludePaths = ExcludePaths;
}
/**
* Get 采集配置所属日志主题ID即TopicId
* @return Output 采集配置所属日志主题ID即TopicId
*/
public String getOutput() {
return this.Output;
}
/**
* Set 采集配置所属日志主题ID即TopicId
* @param Output 采集配置所属日志主题ID即TopicId
*/
public void setOutput(String Output) {
this.Output = Output;
}
/**
* Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
* @return UpdateTime 更新时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getUpdateTime() {
return this.UpdateTime;
}
/**
* Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
* @param UpdateTime 更新时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setUpdateTime(String UpdateTime) {
this.UpdateTime = UpdateTime;
}
/**
* Get 创建时间
* @return CreateTime 创建时间
*/
public String getCreateTime() {
return this.CreateTime;
}
/**
* Set 创建时间
* @param CreateTime 创建时间
*/
public void setCreateTime(String CreateTime) {
this.CreateTime = CreateTime;
}
/**
* Get 用户自定义解析字符串
注意:此字段可能返回 null,表示取不到有效值。
* @return UserDefineRule 用户自定义解析字符串
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getUserDefineRule() {
return this.UserDefineRule;
}
/**
* Set 用户自定义解析字符串
注意:此字段可能返回 null,表示取不到有效值。
* @param UserDefineRule 用户自定义解析字符串
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setUserDefineRule(String UserDefineRule) {
this.UserDefineRule = UserDefineRule;
}
public ConfigInfo() {
}
/**
* NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
* and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
*/
public ConfigInfo(ConfigInfo source) {
if (source.ConfigId != null) {
this.ConfigId = new String(source.ConfigId);
}
if (source.LogFormat != null) {
this.LogFormat = new String(source.LogFormat);
}
if (source.Path != null) {
this.Path = new String(source.Path);
}
if (source.LogType != null) {
this.LogType = new String(source.LogType);
}
if (source.ExtractRule != null) {
this.ExtractRule = new ExtractRuleInfo(source.ExtractRule);
}
if (source.ExcludePaths != null) {
this.ExcludePaths = new ExcludePathInfo[source.ExcludePaths.length];
for (int i = 0; i < source.ExcludePaths.length; i++) {
this.ExcludePaths[i] = new ExcludePathInfo(source.ExcludePaths[i]);
}
}
if (source.Output != null) {
this.Output = new String(source.Output);
}
if (source.UpdateTime != null) {
this.UpdateTime = new String(source.UpdateTime);
}
if (source.CreateTime != null) {
this.CreateTime = new String(source.CreateTime);
}
if (source.UserDefineRule != null) {
this.UserDefineRule = new String(source.UserDefineRule);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "ConfigId", this.ConfigId);
this.setParamSimple(map, prefix + "LogFormat", this.LogFormat);
this.setParamSimple(map, prefix + "Path", this.Path);
this.setParamSimple(map, prefix + "LogType", this.LogType);
this.setParamObj(map, prefix + "ExtractRule.", this.ExtractRule);
this.setParamArrayObj(map, prefix + "ExcludePaths.", this.ExcludePaths);
this.setParamSimple(map, prefix + "Output", this.Output);
this.setParamSimple(map, prefix + "UpdateTime", this.UpdateTime);
this.setParamSimple(map, prefix + "CreateTime", this.CreateTime);
this.setParamSimple(map, prefix + "UserDefineRule", this.UserDefineRule);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy