Class DescribeActionLogRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeActionLogRequest
-
public class DescribeActionLogRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeActionLogRequest()DescribeActionLogRequest(DescribeActionLogRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusiness()Get 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)StringgetEndTime()Get 结束时间StringgetFilter()Get 搜索值,只支持资源ID或用户UINLonggetLimit()Get 一页条数,填0表示不分页LonggetOffset()Get 页起始偏移,取值为(页码-1)*一页条数StringgetStartTime()Get 开始时间voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)voidsetEndTime(String EndTime)Set 结束时间voidsetFilter(String Filter)Set 搜索值,只支持资源ID或用户UINvoidsetLimit(Long Limit)Set 一页条数,填0表示不分页voidsetOffset(Long Offset)Set 页起始偏移,取值为(页码-1)*一页条数voidsetStartTime(String StartTime)Set 开始时间voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeActionLogRequest
public DescribeActionLogRequest()
-
DescribeActionLogRequest
public DescribeActionLogRequest(DescribeActionLogRequest 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.
-
-
Method Detail
-
getStartTime
public String getStartTime()
Get 开始时间- Returns:
- StartTime 开始时间
-
setStartTime
public void setStartTime(String StartTime)
Set 开始时间- Parameters:
StartTime- 开始时间
-
getEndTime
public String getEndTime()
Get 结束时间- Returns:
- EndTime 结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间- Parameters:
EndTime- 结束时间
-
getBusiness
public String getBusiness()
Get 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)- Returns:
- Business 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)- Parameters:
Business- 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
-
getFilter
public String getFilter()
Get 搜索值,只支持资源ID或用户UIN- Returns:
- Filter 搜索值,只支持资源ID或用户UIN
-
setFilter
public void setFilter(String Filter)
Set 搜索值,只支持资源ID或用户UIN- Parameters:
Filter- 搜索值,只支持资源ID或用户UIN
-
getLimit
public Long getLimit()
Get 一页条数,填0表示不分页- Returns:
- Limit 一页条数,填0表示不分页
-
setLimit
public void setLimit(Long Limit)
Set 一页条数,填0表示不分页- Parameters:
Limit- 一页条数,填0表示不分页
-
getOffset
public Long getOffset()
Get 页起始偏移,取值为(页码-1)*一页条数- Returns:
- Offset 页起始偏移,取值为(页码-1)*一页条数
-
setOffset
public void setOffset(Long Offset)
Set 页起始偏移,取值为(页码-1)*一页条数- Parameters:
Offset- 页起始偏移,取值为(页码-1)*一页条数
-
-