public class ModifySecLogJoinStateRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLogType()
Get 日志类型
bash日志: container_bash
容器启动: container_launch
k8sApi: k8s_api
|
Boolean |
getState()
Get 状态(true:开 false:关)
|
void |
setLogType(String LogType)
Set 日志类型
bash日志: container_bash
容器启动: container_launch
k8sApi: k8s_api
|
void |
setState(Boolean State)
Set 状态(true:开 false:关)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifySecLogJoinStateRequest()
public ModifySecLogJoinStateRequest(ModifySecLogJoinStateRequest source)
public String getLogType()
public void setLogType(String LogType)
LogType
- 日志类型
bash日志: container_bash
容器启动: container_launch
k8sApi: k8s_apipublic Boolean getState()
public void setState(Boolean State)
State
- 状态(true:开 false:关)Copyright © 2023. All rights reserved.