public class SecLogJoinInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getClusterCount()Get 已接入集群数量 | 
| Long | getCount()Get 已接入普通主机数量 | 
| Boolean | getIsJoined()Get 是否已接入(true:已接入 false:未接入) | 
| String | getLogType()Get 日志类型(
容器bash:  "container_bash"
容器启动: "container_launch"
k8sApi: "k8s_api"
) | 
| Long | getSuperNodeCount()Get 已接入超级节点数量 | 
| void | setClusterCount(Long ClusterCount)Set 已接入集群数量 | 
| void | setCount(Long Count)Set 已接入普通主机数量 | 
| void | setIsJoined(Boolean IsJoined)Set 是否已接入(true:已接入 false:未接入) | 
| void | setLogType(String LogType)Set 日志类型(
容器bash:  "container_bash"
容器启动: "container_launch"
k8sApi: "k8s_api"
) | 
| void | setSuperNodeCount(Long SuperNodeCount)Set 已接入超级节点数量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SecLogJoinInfo()
public SecLogJoinInfo(SecLogJoinInfo source)
public Long getCount()
public void setCount(Long Count)
Count - 已接入普通主机数量public Long getSuperNodeCount()
public void setSuperNodeCount(Long SuperNodeCount)
SuperNodeCount - 已接入超级节点数量public Boolean getIsJoined()
public void setIsJoined(Boolean IsJoined)
IsJoined - 是否已接入(true:已接入 false:未接入)public String getLogType()
public void setLogType(String LogType)
LogType - 日志类型(
容器bash:  "container_bash"
容器启动: "container_launch"
k8sApi: "k8s_api"
)public Long getClusterCount()
public void setClusterCount(Long ClusterCount)
ClusterCount - 已接入集群数量Copyright © 2025. All rights reserved.