public class Log
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
agentLimitKB |
List<String> |
apps |
String |
charset |
String |
path |
String |
symlinkPath |
| 构造器和说明 |
|---|
Log() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Log |
build(Map<String,?> map) |
Long |
getAgentLimitKB() |
List<String> |
getApps() |
String |
getCharset() |
String |
getPath() |
String |
getSymlinkPath() |
Log |
setAgentLimitKB(Long agentLimitKB) |
Log |
setApps(List<String> apps) |
Log |
setCharset(String charset) |
Log |
setPath(String path) |
Log |
setSymlinkPath(String symlinkPath) |
@NameInMap(value="path") @Validation(required=true) public String path
@NameInMap(value="charset") public String charset
@NameInMap(value="agent_limit_k_b") public Long agentLimitKB
@NameInMap(value="symlink_path") public String symlinkPath
Copyright © 2022. All rights reserved.