Class AgentRunningMode
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.batch.v20170312.models.AgentRunningMode
-
public class AgentRunningMode extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AgentRunningMode()AgentRunningMode(AgentRunningMode source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetScene()Get 场景类型,支持WINDOWSStringgetSession()Get 运行Agent的SessionStringgetUser()Get 运行Agent的UservoidsetScene(String Scene)Set 场景类型,支持WINDOWSvoidsetSession(String Session)Set 运行Agent的SessionvoidsetUser(String User)Set 运行Agent的UservoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AgentRunningMode
public AgentRunningMode()
-
AgentRunningMode
public AgentRunningMode(AgentRunningMode source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getScene
public String getScene()
Get 场景类型,支持WINDOWS- Returns:
- Scene 场景类型,支持WINDOWS
-
setScene
public void setScene(String Scene)
Set 场景类型,支持WINDOWS- Parameters:
Scene- 场景类型,支持WINDOWS
-
getUser
public String getUser()
Get 运行Agent的User- Returns:
- User 运行Agent的User
-
setUser
public void setUser(String User)
Set 运行Agent的User- Parameters:
User- 运行Agent的User
-
getSession
public String getSession()
Get 运行Agent的Session- Returns:
- Session 运行Agent的Session
-
setSession
public void setSession(String Session)
Set 运行Agent的Session- Parameters:
Session- 运行Agent的Session
-
-