public class UpdateContactHideSettingRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
active |
String |
description |
List<Long> |
excludeDeptIds |
List<String> |
excludeStaffIds |
List<Long> |
excludeTagIds |
Long |
id |
String |
name |
List<Long> |
objectDeptIds |
List<String> |
objectStaffIds |
List<Long> |
objectTagIds |
| 构造器和说明 |
|---|
UpdateContactHideSettingRequest() |
@NameInMap(value="active") public Boolean active
@NameInMap(value="description") public String description
@NameInMap(value="id") public Long id
@NameInMap(value="name") public String name
public static UpdateContactHideSettingRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateContactHideSettingRequest setActive(Boolean active)
public Boolean getActive()
public UpdateContactHideSettingRequest setDescription(String description)
public String getDescription()
public UpdateContactHideSettingRequest setExcludeDeptIds(List<Long> excludeDeptIds)
public UpdateContactHideSettingRequest setExcludeStaffIds(List<String> excludeStaffIds)
public UpdateContactHideSettingRequest setExcludeTagIds(List<Long> excludeTagIds)
public UpdateContactHideSettingRequest setId(Long id)
public Long getId()
public UpdateContactHideSettingRequest setName(String name)
public String getName()
public UpdateContactHideSettingRequest setObjectDeptIds(List<Long> objectDeptIds)
public UpdateContactHideSettingRequest setObjectStaffIds(List<String> objectStaffIds)
public UpdateContactHideSettingRequest setObjectTagIds(List<Long> objectTagIds)
Copyright © 2022. All rights reserved.