public class AuditLog extends AbstractModel
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 日志列表
|
String |
getMetric()
Get 日志表名
|
String |
getResource()
Get 日志类型
|
Long |
getTotalCount()
Get 日志总数
|
void |
setDataSet(AuditLogInfo[] DataSet)
Set 日志列表
|
void |
setMetric(String Metric)
Set 日志表名
|
void |
setResource(String Resource)
Set 日志类型
|
void |
setTotalCount(Long TotalCount)
Set 日志总数
|
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 AuditLog()
public AuditLog(AuditLog source)
public String getResource()
public void setResource(String Resource)
Resource
- 日志类型public String getMetric()
public void setMetric(String Metric)
Metric
- 日志表名public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 日志总数public AuditLogInfo[] getDataSet()
public void setDataSet(AuditLogInfo[] DataSet)
DataSet
- 日志列表Copyright © 2023. All rights reserved.