public class DeleteServiceGroupRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
example:
C4BE3837-1A13-413B-A225-2C88188E8A43
|
Long |
serviceGroupId
example:
1000
|
构造器和说明 |
---|
DeleteServiceGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteServiceGroupRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Long |
getServiceGroupId() |
DeleteServiceGroupRequest |
setClientToken(String clientToken) |
DeleteServiceGroupRequest |
setServiceGroupId(Long serviceGroupId) |
@NameInMap(value="clientToken") public String clientToken
C4BE3837-1A13-413B-A225-2C88188E8A43
@NameInMap(value="serviceGroupId") public Long serviceGroupId
1000
public static DeleteServiceGroupRequest build(Map<String,?> map) throws Exception
Exception
public DeleteServiceGroupRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteServiceGroupRequest setServiceGroupId(Long serviceGroupId)
public Long getServiceGroupId()
Copyright © 2024. All rights reserved.