Class SecLogJoinInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.SecLogJoinInfo
-
public class SecLogJoinInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SecLogJoinInfo()SecLogJoinInfo(SecLogJoinInfo 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 LonggetCount()Get 已接入普通主机数量BooleangetIsJoined()Get 是否已接入(true:已接入 false:未接入)StringgetLogType()Get 日志类型( 容器bash: "container_bash" 容器启动: "container_launch" k8sApi: "k8s_api" )LonggetSuperNodeCount()Get 已接入超级节点数量voidsetCount(Long Count)Set 已接入普通主机数量voidsetIsJoined(Boolean IsJoined)Set 是否已接入(true:已接入 false:未接入)voidsetLogType(String LogType)Set 日志类型( 容器bash: "container_bash" 容器启动: "container_launch" k8sApi: "k8s_api" )voidsetSuperNodeCount(Long SuperNodeCount)Set 已接入超级节点数量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
-
SecLogJoinInfo
public SecLogJoinInfo()
-
SecLogJoinInfo
public SecLogJoinInfo(SecLogJoinInfo 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
-
getCount
public Long getCount()
Get 已接入普通主机数量- Returns:
- Count 已接入普通主机数量
-
setCount
public void setCount(Long Count)
Set 已接入普通主机数量- Parameters:
Count- 已接入普通主机数量
-
getSuperNodeCount
public Long getSuperNodeCount()
Get 已接入超级节点数量- Returns:
- SuperNodeCount 已接入超级节点数量
-
setSuperNodeCount
public void setSuperNodeCount(Long SuperNodeCount)
Set 已接入超级节点数量- Parameters:
SuperNodeCount- 已接入超级节点数量
-
getIsJoined
public Boolean getIsJoined()
Get 是否已接入(true:已接入 false:未接入)- Returns:
- IsJoined 是否已接入(true:已接入 false:未接入)
-
setIsJoined
public void setIsJoined(Boolean IsJoined)
Set 是否已接入(true:已接入 false:未接入)- Parameters:
IsJoined- 是否已接入(true:已接入 false:未接入)
-
getLogType
public String getLogType()
Get 日志类型( 容器bash: "container_bash" 容器启动: "container_launch" k8sApi: "k8s_api" )- Returns:
- LogType 日志类型( 容器bash: "container_bash" 容器启动: "container_launch" k8sApi: "k8s_api" )
-
setLogType
public void setLogType(String LogType)
Set 日志类型( 容器bash: "container_bash" 容器启动: "container_launch" k8sApi: "k8s_api" )- Parameters:
LogType- 日志类型( 容器bash: "container_bash" 容器启动: "container_launch" k8sApi: "k8s_api" )
-
-