public class DescribeEventLogDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeEventLogDataRequest() |
DescribeEventLogDataRequest(DescribeEventLogDataRequest 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 |
---|---|
String |
getActionName()
Get 执行动作,取值为:intercept/redirect/observe
分别表示:拦截/重定向/观察
参数放空,表示查询全部动作数据
|
String |
getArea()
Get 地域 mainland 或者 overseas,为空时默认 mainland
|
String |
getDomain()
Get 域名
|
String |
getEndTime()
Get 结束时间,最长跨度为30分钟
|
String |
getMode()
Get 防护类型,映射如下:
waf = "Web攻击"
cc = "CC攻击"
|
String |
getSource()
Get 来源产品,cdn 或者 ecdn,为空时默认 cdn
|
String |
getStartTime()
Get 开始时间
|
String |
getUrl()
Get 请求URL,支持URL开头和结尾使用\*表示通配
如:
/files/* 表示所有以/files/开头的请求
.jpg 表示所有以.jpg结尾的请求
|
void |
setActionName(String ActionName)
Set 执行动作,取值为:intercept/redirect/observe
分别表示:拦截/重定向/观察
参数放空,表示查询全部动作数据
|
void |
setArea(String Area)
Set 地域 mainland 或者 overseas,为空时默认 mainland
|
void |
setDomain(String Domain)
Set 域名
|
void |
setEndTime(String EndTime)
Set 结束时间,最长跨度为30分钟
|
void |
setMode(String Mode)
Set 防护类型,映射如下:
waf = "Web攻击"
cc = "CC攻击"
|
void |
setSource(String Source)
Set 来源产品,cdn 或者 ecdn,为空时默认 cdn
|
void |
setStartTime(String StartTime)
Set 开始时间
|
void |
setUrl(String Url)
Set 请求URL,支持URL开头和结尾使用\*表示通配
如:
/files/* 表示所有以/files/开头的请求
.jpg 表示所有以.jpg结尾的请求
|
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 DescribeEventLogDataRequest()
public DescribeEventLogDataRequest(DescribeEventLogDataRequest source)
public String getMode()
public void setMode(String Mode)
Mode
- 防护类型,映射如下:
waf = "Web攻击"
cc = "CC攻击"public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间,最长跨度为30分钟public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public String getActionName()
public void setActionName(String ActionName)
ActionName
- 执行动作,取值为:intercept/redirect/observe
分别表示:拦截/重定向/观察
参数放空,表示查询全部动作数据public String getUrl()
public void setUrl(String Url)
Url
- 请求URL,支持URL开头和结尾使用\*表示通配
如:
/files/* 表示所有以/files/开头的请求
.jpg 表示所有以.jpg结尾的请求public String getArea()
public void setArea(String Area)
Area
- 地域 mainland 或者 overseas,为空时默认 mainlandpublic String getSource()
public void setSource(String Source)
Source
- 来源产品,cdn 或者 ecdn,为空时默认 cdnCopyright © 2021. All rights reserved.