public class GatherAppEnvLogRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GatherAppEnvLogRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GatherAppEnvLogRequest |
build(Map<String,?> map) |
String |
getEnvId() |
String |
getLogPath() |
String |
getTargetInstances() |
GatherAppEnvLogRequest |
setEnvId(String envId) |
GatherAppEnvLogRequest |
setLogPath(String logPath) |
GatherAppEnvLogRequest |
setTargetInstances(String targetInstances) |
@NameInMap(value="EnvId") public String envId
@NameInMap(value="TargetInstances") public String targetInstances
@NameInMap(value="LogPath") public String logPath
public static GatherAppEnvLogRequest build(Map<String,?> map) throws Exception
Exceptionpublic GatherAppEnvLogRequest setEnvId(String envId)
public String getEnvId()
public GatherAppEnvLogRequest setTargetInstances(String targetInstances)
public String getTargetInstances()
public GatherAppEnvLogRequest setLogPath(String logPath)
public String getLogPath()
Copyright © 2021. All rights reserved.