public class GetJobAuthResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetJobAuthResponseBody.GetJobAuthResponseBodyJobOwners |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
jobId |
List<GetJobAuthResponseBody.GetJobAuthResponseBodyJobOwners> |
jobOwners |
| 构造器和说明 |
|---|
GetJobAuthResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetJobAuthResponseBody |
build(Map<String,?> map) |
String |
getJobId() |
List<GetJobAuthResponseBody.GetJobAuthResponseBodyJobOwners> |
getJobOwners() |
GetJobAuthResponseBody |
setJobId(String jobId) |
GetJobAuthResponseBody |
setJobOwners(List<GetJobAuthResponseBody.GetJobAuthResponseBodyJobOwners> jobOwners) |
@NameInMap(value="jobId") public String jobId
@NameInMap(value="jobOwners") public List<GetJobAuthResponseBody.GetJobAuthResponseBodyJobOwners> jobOwners
public static GetJobAuthResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetJobAuthResponseBody setJobId(String jobId)
public String getJobId()
public GetJobAuthResponseBody setJobOwners(List<GetJobAuthResponseBody.GetJobAuthResponseBodyJobOwners> jobOwners)
public List<GetJobAuthResponseBody.GetJobAuthResponseBodyJobOwners> getJobOwners()
Copyright © 2022. All rights reserved.