public class CreateOrgServiceAssignRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOrgServiceAssignRequest() |
CreateOrgServiceAssignRequest(CreateOrgServiceAssignRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getManagementScope()
Get 委派管理员管理范围。 取值:1-全部成员 2-部分成员,默认值1
|
Long[] |
getManagementScopeNodeIds()
Get 管理的部门ID列表。ManagementScope为2时该参数有效
|
Long[] |
getManagementScopeUins()
Get 管理的成员Uin列表。ManagementScope为2时该参数有效
|
Long[] |
getMemberUins()
Get 委派管理员Uin列表。 最大长度20个
|
Long |
getServiceId()
Get 集团服务ID。可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取
|
void |
setManagementScope(Long ManagementScope)
Set 委派管理员管理范围。 取值:1-全部成员 2-部分成员,默认值1
|
void |
setManagementScopeNodeIds(Long[] ManagementScopeNodeIds)
Set 管理的部门ID列表。ManagementScope为2时该参数有效
|
void |
setManagementScopeUins(Long[] ManagementScopeUins)
Set 管理的成员Uin列表。ManagementScope为2时该参数有效
|
void |
setMemberUins(Long[] MemberUins)
Set 委派管理员Uin列表。 最大长度20个
|
void |
setServiceId(Long ServiceId)
Set 集团服务ID。可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateOrgServiceAssignRequest()
public CreateOrgServiceAssignRequest(CreateOrgServiceAssignRequest source)
public Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId
- 集团服务ID。可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取public Long[] getMemberUins()
public void setMemberUins(Long[] MemberUins)
MemberUins
- 委派管理员Uin列表。 最大长度20个public Long getManagementScope()
public void setManagementScope(Long ManagementScope)
ManagementScope
- 委派管理员管理范围。 取值:1-全部成员 2-部分成员,默认值1public Long[] getManagementScopeUins()
public void setManagementScopeUins(Long[] ManagementScopeUins)
ManagementScopeUins
- 管理的成员Uin列表。ManagementScope为2时该参数有效public Long[] getManagementScopeNodeIds()
public void setManagementScopeNodeIds(Long[] ManagementScopeNodeIds)
ManagementScopeNodeIds
- 管理的部门ID列表。ManagementScope为2时该参数有效Copyright © 2024. All rights reserved.