Class AgentProfile
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.AgentProfile
-
public class AgentProfile extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AgentProfile()AgentProfile(AgentProfile 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 StringgetAgentType()Get Agent类型StringgetAgentVersion()Get Agent版本号voidsetAgentType(String AgentType)Set Agent类型voidsetAgentVersion(String AgentVersion)Set Agent版本号voidtoMap(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
-
AgentProfile
public AgentProfile()
-
AgentProfile
public AgentProfile(AgentProfile 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
-
getAgentType
public String getAgentType()
Get Agent类型- Returns:
- AgentType Agent类型
-
setAgentType
public void setAgentType(String AgentType)
Set Agent类型- Parameters:
AgentType- Agent类型
-
getAgentVersion
public String getAgentVersion()
Get Agent版本号- Returns:
- AgentVersion Agent版本号
-
setAgentVersion
public void setAgentVersion(String AgentVersion)
Set Agent版本号- Parameters:
AgentVersion- Agent版本号
-
-