Class SessionItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.SessionItem
-
public class SessionItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SessionItem()SessionItem(SessionItem 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 StringgetCategory()Get 匹配类型StringgetEndMat()Get 结束模式StringgetEndOffset()Get 结束偏移StringgetKeyOrStartMat()Get 起始模式StringgetSource()Get 数据源StringgetStartOffset()Get 起始偏移StringgetTsVersion()Get 更新时间戳voidsetCategory(String Category)Set 匹配类型voidsetEndMat(String EndMat)Set 结束模式voidsetEndOffset(String EndOffset)Set 结束偏移voidsetKeyOrStartMat(String KeyOrStartMat)Set 起始模式voidsetSource(String Source)Set 数据源voidsetStartOffset(String StartOffset)Set 起始偏移voidsetTsVersion(String TsVersion)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
-
SessionItem
public SessionItem()
-
SessionItem
public SessionItem(SessionItem 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
-
getCategory
public String getCategory()
Get 匹配类型- Returns:
- Category 匹配类型
-
setCategory
public void setCategory(String Category)
Set 匹配类型- Parameters:
Category- 匹配类型
-
getKeyOrStartMat
public String getKeyOrStartMat()
Get 起始模式- Returns:
- KeyOrStartMat 起始模式
-
setKeyOrStartMat
public void setKeyOrStartMat(String KeyOrStartMat)
Set 起始模式- Parameters:
KeyOrStartMat- 起始模式
-
getEndMat
public String getEndMat()
Get 结束模式- Returns:
- EndMat 结束模式
-
setEndMat
public void setEndMat(String EndMat)
Set 结束模式- Parameters:
EndMat- 结束模式
-
getStartOffset
public String getStartOffset()
Get 起始偏移- Returns:
- StartOffset 起始偏移
-
setStartOffset
public void setStartOffset(String StartOffset)
Set 起始偏移- Parameters:
StartOffset- 起始偏移
-
getEndOffset
public String getEndOffset()
Get 结束偏移- Returns:
- EndOffset 结束偏移
-
setEndOffset
public void setEndOffset(String EndOffset)
Set 结束偏移- Parameters:
EndOffset- 结束偏移
-
getSource
public String getSource()
Get 数据源- Returns:
- Source 数据源
-
setSource
public void setSource(String Source)
Set 数据源- Parameters:
Source- 数据源
-
getTsVersion
public String getTsVersion()
Get 更新时间戳- Returns:
- TsVersion 更新时间戳
-
setTsVersion
public void setTsVersion(String TsVersion)
Set 更新时间戳- Parameters:
TsVersion- 更新时间戳
-
-