public class SecLogJoinInfo extends AbstractModel
skipSign| 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 Number of accessed servers | 
| Boolean | getIsJoined()Get Whether it is accessed. | 
| String | getLogType()Get Log type (
Container bash: "container_bash"
Container startup: "container_launch"
K8s API: "k8s_api"
) | 
| void | setCount(Long Count)Set Number of accessed servers | 
| void | setIsJoined(Boolean IsJoined)Set Whether it is accessed. | 
| void | setLogType(String LogType)Set Log type (
Container bash: "container_bash"
Container startup: "container_launch"
K8s API: "k8s_api"
) | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SecLogJoinInfo()
public SecLogJoinInfo(SecLogJoinInfo source)
public Long getCount()
public void setCount(Long Count)
Count - Number of accessed serverspublic Boolean getIsJoined()
public void setIsJoined(Boolean IsJoined)
IsJoined - Whether it is accessed. Valid values: `true` (accessed); `false` (not accessed).public String getLogType()
public void setLogType(String LogType)
LogType - Log type (
Container bash: "container_bash"
Container startup: "container_launch"
K8s API: "k8s_api"
)Copyright © 2023. All rights reserved.