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