Class SecLogJoinInfo

    • 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" )