public class DeleteServiceGroupUserRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
example:
xxxxxx
|
Long |
newUserId
example:
88888
|
Long |
oldUserId
example:
777777
|
Boolean |
removeUser
example:
true
|
Long |
serviceGroupId
example:
66666
|
构造器和说明 |
---|
DeleteServiceGroupUserRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteServiceGroupUserRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Long |
getNewUserId() |
Long |
getOldUserId() |
Boolean |
getRemoveUser() |
Long |
getServiceGroupId() |
DeleteServiceGroupUserRequest |
setClientToken(String clientToken) |
DeleteServiceGroupUserRequest |
setNewUserId(Long newUserId) |
DeleteServiceGroupUserRequest |
setOldUserId(Long oldUserId) |
DeleteServiceGroupUserRequest |
setRemoveUser(Boolean removeUser) |
DeleteServiceGroupUserRequest |
setServiceGroupId(Long serviceGroupId) |
@NameInMap(value="clientToken") public String clientToken
xxxxxx
@NameInMap(value="newUserId") public Long newUserId
88888
@NameInMap(value="oldUserId") public Long oldUserId
777777
@NameInMap(value="removeUser") public Boolean removeUser
true
@NameInMap(value="serviceGroupId") public Long serviceGroupId
66666
public static DeleteServiceGroupUserRequest build(Map<String,?> map) throws Exception
Exception
public DeleteServiceGroupUserRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteServiceGroupUserRequest setNewUserId(Long newUserId)
public Long getNewUserId()
public DeleteServiceGroupUserRequest setOldUserId(Long oldUserId)
public Long getOldUserId()
public DeleteServiceGroupUserRequest setRemoveUser(Boolean removeUser)
public Boolean getRemoveUser()
public DeleteServiceGroupUserRequest setServiceGroupId(Long serviceGroupId)
public Long getServiceGroupId()
Copyright © 2024. All rights reserved.