public class XLogSubRule
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
XLogSubRule() |
| 限定符和类型 | 方法和说明 |
|---|---|
static XLogSubRule |
build(Map<String,?> map) |
List<XExpression> |
getExcludeLines() |
List<XExpression> |
getIncludeLines() |
List<XExpression> |
getMetrics() |
String |
getPath() |
XExpression |
getPathExpression() |
String |
getPathLinkPrefix() |
List<String> |
getPaths() |
List<XExpression> |
getRuleTags() |
XLogSubRule |
setExcludeLines(List<XExpression> excludeLines) |
XLogSubRule |
setIncludeLines(List<XExpression> includeLines) |
XLogSubRule |
setMetrics(List<XExpression> metrics) |
XLogSubRule |
setPath(String path) |
XLogSubRule |
setPathExpression(XExpression pathExpression) |
XLogSubRule |
setPathLinkPrefix(String pathLinkPrefix) |
XLogSubRule |
setPaths(List<String> paths) |
XLogSubRule |
setRuleTags(List<XExpression> ruleTags) |
@NameInMap(value="path") public String path
@NameInMap(value="metrics") @Validation(required=true) public List<XExpression> metrics
@NameInMap(value="rule_tags") public List<XExpression> ruleTags
@NameInMap(value="include_lines") public List<XExpression> includeLines
@NameInMap(value="exclude_lines") public List<XExpression> excludeLines
@NameInMap(value="path_link_prefix") public String pathLinkPrefix
@NameInMap(value="path_expression") public XExpression pathExpression
public static XLogSubRule build(Map<String,?> map) throws Exception
Exceptionpublic XLogSubRule setPath(String path)
public String getPath()
public XLogSubRule setMetrics(List<XExpression> metrics)
public List<XExpression> getMetrics()
public XLogSubRule setRuleTags(List<XExpression> ruleTags)
public List<XExpression> getRuleTags()
public XLogSubRule setIncludeLines(List<XExpression> includeLines)
public List<XExpression> getIncludeLines()
public XLogSubRule setExcludeLines(List<XExpression> excludeLines)
public List<XExpression> getExcludeLines()
public XLogSubRule setPaths(List<String> paths)
public XLogSubRule setPathLinkPrefix(String pathLinkPrefix)
public String getPathLinkPrefix()
public XLogSubRule setPathExpression(XExpression pathExpression)
public XExpression getPathExpression()
Copyright © 2022. All rights reserved.