public static class ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListRepositoryProtectedBranchResponseBodyResult() |
@NameInMap(value="Branch") public String branch
@NameInMap(value="Id") public Long id
@NameInMap(value="MergeRequestSetting") public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting mergeRequestSetting
@NameInMap(value="TestSetting") public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultTestSetting testSetting
public ListRepositoryProtectedBranchResponseBodyResult()
public static ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult build(Map<String,?> map) throws Exception
Exceptionpublic ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult setAllowMergeRoles(List<Integer> allowMergeRoles)
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult setAllowPushRoles(List<Integer> allowPushRoles)
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult setBranch(String branch)
public String getBranch()
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult setId(Long id)
public Long getId()
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult setMergeRequestSetting(ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting mergeRequestSetting)
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting getMergeRequestSetting()
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResult setTestSetting(ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultTestSetting testSetting)
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultTestSetting getTestSetting()
Copyright © 2022. All rights reserved.