public static class ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting() |
@NameInMap(value="AllowMergeRequestRoles") public List<Integer> allowMergeRequestRoles
@NameInMap(value="AllowSelfApproval") public Boolean allowSelfApproval
@NameInMap(value="DefaultAssignees") public List<ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSettingDefaultAssignees> defaultAssignees
@NameInMap(value="IsRequireDiscussionProcessed") public Boolean isRequireDiscussionProcessed
@NameInMap(value="MergeRequestMode") public String mergeRequestMode
@NameInMap(value="MinimumApproval") public Integer minimumApproval
@NameInMap(value="Required") public Boolean required
@NameInMap(value="WhiteList") public String whiteList
public ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting()
public static ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting build(Map<String,?> map) throws Exception
Exceptionpublic ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting setAllowMergeRequestRoles(List<Integer> allowMergeRequestRoles)
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting setAllowSelfApproval(Boolean allowSelfApproval)
public Boolean getAllowSelfApproval()
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting setDefaultAssignees(List<ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSettingDefaultAssignees> defaultAssignees)
public List<ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSettingDefaultAssignees> getDefaultAssignees()
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting setIsRequireDiscussionProcessed(Boolean isRequireDiscussionProcessed)
public Boolean getIsRequireDiscussionProcessed()
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting setMergeRequestMode(String mergeRequestMode)
public String getMergeRequestMode()
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting setMinimumApproval(Integer minimumApproval)
public Integer getMinimumApproval()
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting setRequired(Boolean required)
public Boolean getRequired()
public ListRepositoryProtectedBranchResponseBody.ListRepositoryProtectedBranchResponseBodyResultMergeRequestSetting setWhiteList(String whiteList)
public String getWhiteList()
Copyright © 2022. All rights reserved.