public class AuditLog extends AbstractModel
header, skipSign
Constructor and Description |
---|
AuditLog() |
AuditLog(AuditLog 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 |
---|---|
AuditLogInfo[] |
getDataSet()
Get List of logs
|
String |
getMetric()
Get Log table name
|
String |
getResource()
Get Log type
|
Long |
getTotalCount()
Get Total number of logs
|
void |
setDataSet(AuditLogInfo[] DataSet)
Set List of logs
|
void |
setMetric(String Metric)
Set Log table name
|
void |
setResource(String Resource)
Set Log type
|
void |
setTotalCount(Long TotalCount)
Set Total number of logs
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AuditLog()
public AuditLog(AuditLog source)
public String getResource()
public void setResource(String Resource)
Resource
- Log typepublic String getMetric()
public void setMetric(String Metric)
Metric
- Log table namepublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of logspublic AuditLogInfo[] getDataSet()
public void setDataSet(AuditLogInfo[] DataSet)
DataSet
- List of logsCopyright © 2024. All rights reserved.