Class ModifySecLogJoinStateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ModifySecLogJoinStateRequest
-
public class ModifySecLogJoinStateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifySecLogJoinStateRequest()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLogType()Get 日志类型 bash日志: container_bash 容器启动: container_launch k8sApi: k8s_apiBooleangetState()Get 状态(true:开 false:关)voidsetLogType(String LogType)Set 日志类型 bash日志: container_bash 容器启动: container_launch k8sApi: k8s_apivoidsetState(Boolean State)Set 状态(true:开 false:关)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
-
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:关)
-
-