| Package | Description |
|---|---|
| com.tencentcloudapi.scf.v20180416.models |
| Modifier and Type | Method and Description |
|---|---|
LogFilter |
GetFunctionLogsRequest.getFilter()
Get 日志过滤条件。可用来区分正确和错误日志,filter.RetCode=not0 表示只返回错误日志,filter.RetCode=is0 表示只返回正确日志,不传,则返回所有日志
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFunctionLogsRequest.setFilter(LogFilter Filter)
Set 日志过滤条件。可用来区分正确和错误日志,filter.RetCode=not0 表示只返回错误日志,filter.RetCode=is0 表示只返回正确日志,不传,则返回所有日志
|
| Constructor and Description |
|---|
LogFilter(LogFilter 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.
|
Copyright © 2021. All rights reserved.