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