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