public static class ListSparkAppAttemptsResponseBody.ListSparkAppAttemptsResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<SparkAttemptInfo> |
attemptInfoList |
Long |
pageNumber |
Long |
pageSize |
Long |
totalCount |
| 构造器和说明 |
|---|
ListSparkAppAttemptsResponseBody.ListSparkAppAttemptsResponseBodyData() |
@NameInMap(value="AttemptInfoList") public List<SparkAttemptInfo> attemptInfoList
@NameInMap(value="PageNumber") public Long pageNumber
@NameInMap(value="PageSize") public Long pageSize
@NameInMap(value="TotalCount") public Long totalCount
public ListSparkAppAttemptsResponseBody.ListSparkAppAttemptsResponseBodyData()
public static ListSparkAppAttemptsResponseBody.ListSparkAppAttemptsResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic ListSparkAppAttemptsResponseBody.ListSparkAppAttemptsResponseBodyData setAttemptInfoList(List<SparkAttemptInfo> attemptInfoList)
public List<SparkAttemptInfo> getAttemptInfoList()
public ListSparkAppAttemptsResponseBody.ListSparkAppAttemptsResponseBodyData setPageNumber(Long pageNumber)
public Long getPageNumber()
public ListSparkAppAttemptsResponseBody.ListSparkAppAttemptsResponseBodyData setPageSize(Long pageSize)
public Long getPageSize()
public ListSparkAppAttemptsResponseBody.ListSparkAppAttemptsResponseBodyData setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2023. All rights reserved.