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