Class DescribeUnHandleEventTabListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DescribeUnHandleEventTabListRequest
-
public class DescribeUnHandleEventTabListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeUnHandleEventTabListRequest()DescribeUnHandleEventTabListRequest(DescribeUnHandleEventTabListRequest 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 StringgetAssetID()Get 查询示例IDStringgetEndTime()Get 结束时间StringgetStartTime()Get 开始时间voidsetAssetID(String AssetID)Set 查询示例IDvoidsetEndTime(String EndTime)Set 结束时间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
-
DescribeUnHandleEventTabListRequest
public DescribeUnHandleEventTabListRequest()
-
DescribeUnHandleEventTabListRequest
public DescribeUnHandleEventTabListRequest(DescribeUnHandleEventTabListRequest 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- 结束时间
-
getAssetID
public String getAssetID()
Get 查询示例ID- Returns:
- AssetID 查询示例ID
-
setAssetID
public void setAssetID(String AssetID)
Set 查询示例ID- Parameters:
AssetID- 查询示例ID
-
-