public class UpdateAgentLabelRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authToken |
List<String> |
collectIds |
Long |
label |
String |
workspaceName |
| 构造器和说明 |
|---|
UpdateAgentLabelRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateAgentLabelRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
List<String> |
getCollectIds() |
Long |
getLabel() |
String |
getWorkspaceName() |
UpdateAgentLabelRequest |
setAuthToken(String authToken) |
UpdateAgentLabelRequest |
setCollectIds(List<String> collectIds) |
UpdateAgentLabelRequest |
setLabel(Long label) |
UpdateAgentLabelRequest |
setWorkspaceName(String workspaceName) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="workspace_name") @Validation(required=true) public String workspaceName
@NameInMap(value="collect_ids") @Validation(required=true) public List<String> collectIds
@NameInMap(value="label") @Validation(required=true) public Long label
public static UpdateAgentLabelRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateAgentLabelRequest setAuthToken(String authToken)
public String getAuthToken()
public UpdateAgentLabelRequest setWorkspaceName(String workspaceName)
public String getWorkspaceName()
public UpdateAgentLabelRequest setCollectIds(List<String> collectIds)
public UpdateAgentLabelRequest setLabel(Long label)
public Long getLabel()
Copyright © 2022. All rights reserved.