Package | Description |
---|---|
com.tencentcloudapi.apigateway.v20180808.models |
Modifier and Type | Method and Description |
---|---|
LogQuery[] |
DescribeLogSearchRequest.getLogQuerys()
Get 检索条件,支持的检索条件如下:
req_id:“=”
api_id:“=”
cip:“=”
uip:“:”
err_msg:“:”
rsp_st:“=” 、“!=” 、 “:” 、 “>” 、 “<”
req_t:”>=“ 、 ”<=“
说明:
“:”表示包含,“!=”表示不等于,字段含义见输出参数的LogSet说明
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLogSearchRequest.setLogQuerys(LogQuery[] LogQuerys)
Set 检索条件,支持的检索条件如下:
req_id:“=”
api_id:“=”
cip:“=”
uip:“:”
err_msg:“:”
rsp_st:“=” 、“!=” 、 “:” 、 “>” 、 “<”
req_t:”>=“ 、 ”<=“
说明:
“:”表示包含,“!=”表示不等于,字段含义见输出参数的LogSet说明
|
Constructor and Description |
---|
LogQuery(LogQuery 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 © 2023. All rights reserved.