public class SetAgentVersionstrategyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
agentUrl |
String |
agentVersion |
String |
authToken |
String |
scope |
Long |
type |
String |
workspaceName |
| 构造器和说明 |
|---|
SetAgentVersionstrategyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetAgentVersionstrategyRequest |
build(Map<String,?> map) |
String |
getAgentUrl() |
String |
getAgentVersion() |
String |
getAuthToken() |
String |
getScope() |
Long |
getType() |
String |
getWorkspaceName() |
SetAgentVersionstrategyRequest |
setAgentUrl(String agentUrl) |
SetAgentVersionstrategyRequest |
setAgentVersion(String agentVersion) |
SetAgentVersionstrategyRequest |
setAuthToken(String authToken) |
SetAgentVersionstrategyRequest |
setScope(String scope) |
SetAgentVersionstrategyRequest |
setType(Long type) |
SetAgentVersionstrategyRequest |
setWorkspaceName(String workspaceName) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="workspace_name") @Validation(required=true) public String workspaceName
@NameInMap(value="type") @Validation(required=true) public Long type
@NameInMap(value="scope") @Validation(required=true) public String scope
@NameInMap(value="agent_url") @Validation(required=true) public String agentUrl
@NameInMap(value="agent_version") @Validation(required=true) public String agentVersion
public static SetAgentVersionstrategyRequest build(Map<String,?> map) throws Exception
Exceptionpublic SetAgentVersionstrategyRequest setAuthToken(String authToken)
public String getAuthToken()
public SetAgentVersionstrategyRequest setWorkspaceName(String workspaceName)
public String getWorkspaceName()
public SetAgentVersionstrategyRequest setType(Long type)
public Long getType()
public SetAgentVersionstrategyRequest setScope(String scope)
public String getScope()
public SetAgentVersionstrategyRequest setAgentUrl(String agentUrl)
public String getAgentUrl()
public SetAgentVersionstrategyRequest setAgentVersion(String agentVersion)
public String getAgentVersion()
Copyright © 2022. All rights reserved.