public class ListRepositoryProtectedBranchResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode |
String |
errorMessage |
String |
requestId |
List<ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult> |
result |
Boolean |
success |
| 构造器和说明 |
|---|
ListRepositoryProtectedBranchResponseBody() |
@NameInMap(value="ErrorCode") public String errorCode
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Result") public List<ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult> result
@NameInMap(value="Success") public Boolean success
public ListRepositoryProtectedBranchResponseBody()
public static ListRepositoryProtectedBranchResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListRepositoryProtectedBranchResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListRepositoryProtectedBranchResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListRepositoryProtectedBranchResponseBody setRequestId(String requestId)
public String getRequestId()
public ListRepositoryProtectedBranchResponseBody setResult(List<ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult> result)
public List<ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult> getResult()
public ListRepositoryProtectedBranchResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2022. All rights reserved.