public class DeleteOrgServiceAssignRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteOrgServiceAssignRequest() |
DeleteOrgServiceAssignRequest(DeleteOrgServiceAssignRequest 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 |
getMemberUin()
Get 委派管理员Uin。
|
String |
getProduct()
Get 集团服务产品标识。和集团服务ID二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取
|
Long |
getServiceId()
Get 集团服务ID。和集团服务产品标识二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取
|
void |
setMemberUin(Long MemberUin)
Set 委派管理员Uin。
|
void |
setProduct(String Product)
Set 集团服务产品标识。和集团服务ID二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取
|
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 DeleteOrgServiceAssignRequest()
public DeleteOrgServiceAssignRequest(DeleteOrgServiceAssignRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- 委派管理员Uin。public Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId
- 集团服务ID。和集团服务产品标识二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取public String getProduct()
public void setProduct(String Product)
Product
- 集团服务产品标识。和集团服务ID二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取Copyright © 2025. All rights reserved.