public class SecLogJoinInfo extends AbstractModel
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 |
getCount()
Get 已接入数量
|
Boolean |
getIsJoined()
Get 是否已接入(true:已接入 false:未接入)
|
String |
getLogType()
Get 日志类型(
容器bash: "container_bash"
容器启动: "container_launch"
k8sApi: "k8s_api"
)
|
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 |
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 SecLogJoinInfo()
public SecLogJoinInfo(SecLogJoinInfo source)
public Long getCount()
public void setCount(Long Count)
Count
- 已接入数量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"
)Copyright © 2022. All rights reserved.