public class GetArtifactBuildTaskResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetArtifactBuildTaskResponseBody.GetArtifactBuildTaskResponseBodySourceArtifact |
static class |
GetArtifactBuildTaskResponseBody.GetArtifactBuildTaskResponseBodyTargetArtifact |
| 构造器和说明 |
|---|
GetArtifactBuildTaskResponseBody() |
@NameInMap(value="ArtifactBuildType") public String artifactBuildType
@NameInMap(value="BuildTaskId") public String buildTaskId
@NameInMap(value="Code") public String code
@NameInMap(value="EndTime") public Integer endTime
@NameInMap(value="IsSuccess") public Boolean isSuccess
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="SourceArtifact") public GetArtifactBuildTaskResponseBody.GetArtifactBuildTaskResponseBodySourceArtifact sourceArtifact
@NameInMap(value="StartTime") public Integer startTime
@NameInMap(value="TargetArtifact") public GetArtifactBuildTaskResponseBody.GetArtifactBuildTaskResponseBodyTargetArtifact targetArtifact
@NameInMap(value="TaskStatus") public String taskStatus
public static GetArtifactBuildTaskResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetArtifactBuildTaskResponseBody setArtifactBuildType(String artifactBuildType)
public String getArtifactBuildType()
public GetArtifactBuildTaskResponseBody setBuildTaskId(String buildTaskId)
public String getBuildTaskId()
public GetArtifactBuildTaskResponseBody setCode(String code)
public String getCode()
public GetArtifactBuildTaskResponseBody setEndTime(Integer endTime)
public Integer getEndTime()
public GetArtifactBuildTaskResponseBody setInstructions(List<String> instructions)
public GetArtifactBuildTaskResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public GetArtifactBuildTaskResponseBody setRequestId(String requestId)
public String getRequestId()
public GetArtifactBuildTaskResponseBody setSourceArtifact(GetArtifactBuildTaskResponseBody.GetArtifactBuildTaskResponseBodySourceArtifact sourceArtifact)
public GetArtifactBuildTaskResponseBody.GetArtifactBuildTaskResponseBodySourceArtifact getSourceArtifact()
public GetArtifactBuildTaskResponseBody setStartTime(Integer startTime)
public Integer getStartTime()
public GetArtifactBuildTaskResponseBody setTargetArtifact(GetArtifactBuildTaskResponseBody.GetArtifactBuildTaskResponseBodyTargetArtifact targetArtifact)
public GetArtifactBuildTaskResponseBody.GetArtifactBuildTaskResponseBodyTargetArtifact getTargetArtifact()
public GetArtifactBuildTaskResponseBody setTaskStatus(String taskStatus)
public String getTaskStatus()
Copyright © 2023. All rights reserved.