public class GetSparkAppLogRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetSparkAppLogRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetSparkAppLogRequest |
build(Map<String,?> map) |
String |
getAppId() |
Long |
getLogLength() |
GetSparkAppLogRequest |
setAppId(String appId) |
GetSparkAppLogRequest |
setLogLength(Long logLength) |
@NameInMap(value="AppId") public String appId
@NameInMap(value="LogLength") public Long logLength
public static GetSparkAppLogRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetSparkAppLogRequest setAppId(String appId)
public String getAppId()
public GetSparkAppLogRequest setLogLength(Long logLength)
public Long getLogLength()
Copyright © 2023. All rights reserved.