public class K8sApiAbnormalTendencyItem extends AbstractModel
Constructor and Description |
---|
K8sApiAbnormalTendencyItem() |
K8sApiAbnormalTendencyItem(K8sApiAbnormalTendencyItem 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 |
getAbnormalScheduledTaskCount()
Get The number of abnormal scheduled task events
|
Long |
getAnonymousAccessCount()
Get The number of anonymous access events
|
Long |
getAnonymousUserRightCount()
Get The number of anonymous user permission events
|
Long |
getCmdExecCount()
Get The number of command execution events
|
Long |
getCredentialInformationObtainCount()
Get The number of credential information acquisition events
|
String |
getDate()
Get Date
|
Long |
getDoubtfulContainerCreateCount()
Get The number of suspicious containers created
|
Long |
getExceptionUARequestCount()
Get The number of abnormal UA request events
|
Long |
getPrivilegeContainerCount()
Get The number of privilege container events
|
Long |
getSensitiveDataMountCount()
Get The number of sensitive data mounting events
|
Long |
getStaticsPodCreateCount()
Get The number of static pods created
|
Long |
getUserDefinedRuleCount()
Get The number of custom rule events
|
void |
setAbnormalScheduledTaskCount(Long AbnormalScheduledTaskCount)
Set The number of abnormal scheduled task events
|
void |
setAnonymousAccessCount(Long AnonymousAccessCount)
Set The number of anonymous access events
|
void |
setAnonymousUserRightCount(Long AnonymousUserRightCount)
Set The number of anonymous user permission events
|
void |
setCmdExecCount(Long CmdExecCount)
Set The number of command execution events
|
void |
setCredentialInformationObtainCount(Long CredentialInformationObtainCount)
Set The number of credential information acquisition events
|
void |
setDate(String Date)
Set Date
|
void |
setDoubtfulContainerCreateCount(Long DoubtfulContainerCreateCount)
Set The number of suspicious containers created
|
void |
setExceptionUARequestCount(Long ExceptionUARequestCount)
Set The number of abnormal UA request events
|
void |
setPrivilegeContainerCount(Long PrivilegeContainerCount)
Set The number of privilege container events
|
void |
setSensitiveDataMountCount(Long SensitiveDataMountCount)
Set The number of sensitive data mounting events
|
void |
setStaticsPodCreateCount(Long StaticsPodCreateCount)
Set The number of static pods created
|
void |
setUserDefinedRuleCount(Long UserDefinedRuleCount)
Set The number of custom rule events
|
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 K8sApiAbnormalTendencyItem()
public K8sApiAbnormalTendencyItem(K8sApiAbnormalTendencyItem source)
public String getDate()
public void setDate(String Date)
Date
- Datepublic Long getExceptionUARequestCount()
public void setExceptionUARequestCount(Long ExceptionUARequestCount)
ExceptionUARequestCount
- The number of abnormal UA request eventspublic Long getAnonymousUserRightCount()
public void setAnonymousUserRightCount(Long AnonymousUserRightCount)
AnonymousUserRightCount
- The number of anonymous user permission eventspublic Long getCredentialInformationObtainCount()
public void setCredentialInformationObtainCount(Long CredentialInformationObtainCount)
CredentialInformationObtainCount
- The number of credential information acquisition eventspublic Long getSensitiveDataMountCount()
public void setSensitiveDataMountCount(Long SensitiveDataMountCount)
SensitiveDataMountCount
- The number of sensitive data mounting eventspublic Long getCmdExecCount()
public void setCmdExecCount(Long CmdExecCount)
CmdExecCount
- The number of command execution eventspublic Long getAbnormalScheduledTaskCount()
public void setAbnormalScheduledTaskCount(Long AbnormalScheduledTaskCount)
AbnormalScheduledTaskCount
- The number of abnormal scheduled task eventspublic Long getStaticsPodCreateCount()
public void setStaticsPodCreateCount(Long StaticsPodCreateCount)
StaticsPodCreateCount
- The number of static pods createdpublic Long getDoubtfulContainerCreateCount()
public void setDoubtfulContainerCreateCount(Long DoubtfulContainerCreateCount)
DoubtfulContainerCreateCount
- The number of suspicious containers createdpublic Long getUserDefinedRuleCount()
public void setUserDefinedRuleCount(Long UserDefinedRuleCount)
UserDefinedRuleCount
- The number of custom rule eventspublic Long getAnonymousAccessCount()
public void setAnonymousAccessCount(Long AnonymousAccessCount)
AnonymousAccessCount
- The number of anonymous access eventspublic Long getPrivilegeContainerCount()
public void setPrivilegeContainerCount(Long PrivilegeContainerCount)
PrivilegeContainerCount
- The number of privilege container eventsCopyright © 2023. All rights reserved.