Class ModifySecLogJoinStateRequest


  • public class ModifySecLogJoinStateRequest
    extends AbstractModel
    • Constructor Detail

      • ModifySecLogJoinStateRequest

        public ModifySecLogJoinStateRequest()
      • ModifySecLogJoinStateRequest

        public ModifySecLogJoinStateRequest​(ModifySecLogJoinStateRequest 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

      • 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
      • getState

        public Boolean getState()
        Get 状态(true:开 false:关)
        Returns:
        State 状态(true:开 false:关)
      • setState

        public void setState​(Boolean State)
        Set 状态(true:开 false:关)
        Parameters:
        State - 状态(true:开 false:关)