Class BusinessLogConfigSchema
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.BusinessLogConfigSchema
-
public class BusinessLogConfigSchema extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BusinessLogConfigSchema()BusinessLogConfigSchema(BusinessLogConfigSchema source)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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSchemaContent()Get 解析规则内容 注意:此字段可能返回 null,表示取不到有效值。StringgetSchemaCreateTime()Get 解析规则创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetSchemaDateFormat()Get 解析规则时间格式 注意:此字段可能返回 null,表示取不到有效值。StringgetSchemaMultilinePattern()Get 解析规则对应的多行匹配规则 注意:此字段可能返回 null,表示取不到有效值。StringgetSchemaPatternLayout()Get 用户填写的解析规则 注意:此字段可能返回 null,表示取不到有效值。LonggetSchemaType()Get 解析规则类型voidsetSchemaContent(String SchemaContent)Set 解析规则内容 注意:此字段可能返回 null,表示取不到有效值。voidsetSchemaCreateTime(String SchemaCreateTime)Set 解析规则创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetSchemaDateFormat(String SchemaDateFormat)Set 解析规则时间格式 注意:此字段可能返回 null,表示取不到有效值。voidsetSchemaMultilinePattern(String SchemaMultilinePattern)Set 解析规则对应的多行匹配规则 注意:此字段可能返回 null,表示取不到有效值。voidsetSchemaPatternLayout(String SchemaPatternLayout)Set 用户填写的解析规则 注意:此字段可能返回 null,表示取不到有效值。voidsetSchemaType(Long SchemaType)Set 解析规则类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BusinessLogConfigSchema
public BusinessLogConfigSchema()
-
BusinessLogConfigSchema
public BusinessLogConfigSchema(BusinessLogConfigSchema source)
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.
-
-
Method Detail
-
getSchemaType
public Long getSchemaType()
Get 解析规则类型- Returns:
- SchemaType 解析规则类型
-
setSchemaType
public void setSchemaType(Long SchemaType)
Set 解析规则类型- Parameters:
SchemaType- 解析规则类型
-
getSchemaContent
public String getSchemaContent()
Get 解析规则内容 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SchemaContent 解析规则内容 注意:此字段可能返回 null,表示取不到有效值。
-
setSchemaContent
public void setSchemaContent(String SchemaContent)
Set 解析规则内容 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SchemaContent- 解析规则内容 注意:此字段可能返回 null,表示取不到有效值。
-
getSchemaDateFormat
public String getSchemaDateFormat()
Get 解析规则时间格式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SchemaDateFormat 解析规则时间格式 注意:此字段可能返回 null,表示取不到有效值。
-
setSchemaDateFormat
public void setSchemaDateFormat(String SchemaDateFormat)
Set 解析规则时间格式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SchemaDateFormat- 解析规则时间格式 注意:此字段可能返回 null,表示取不到有效值。
-
getSchemaMultilinePattern
public String getSchemaMultilinePattern()
Get 解析规则对应的多行匹配规则 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SchemaMultilinePattern 解析规则对应的多行匹配规则 注意:此字段可能返回 null,表示取不到有效值。
-
setSchemaMultilinePattern
public void setSchemaMultilinePattern(String SchemaMultilinePattern)
Set 解析规则对应的多行匹配规则 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SchemaMultilinePattern- 解析规则对应的多行匹配规则 注意:此字段可能返回 null,表示取不到有效值。
-
getSchemaCreateTime
public String getSchemaCreateTime()
Get 解析规则创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SchemaCreateTime 解析规则创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setSchemaCreateTime
public void setSchemaCreateTime(String SchemaCreateTime)
Set 解析规则创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SchemaCreateTime- 解析规则创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getSchemaPatternLayout
public String getSchemaPatternLayout()
Get 用户填写的解析规则 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SchemaPatternLayout 用户填写的解析规则 注意:此字段可能返回 null,表示取不到有效值。
-
setSchemaPatternLayout
public void setSchemaPatternLayout(String SchemaPatternLayout)
Set 用户填写的解析规则 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SchemaPatternLayout- 用户填写的解析规则 注意:此字段可能返回 null,表示取不到有效值。
-
-