Class DescribeRuleExecStatRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.DescribeRuleExecStatRequest
-
public class DescribeRuleExecStatRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRuleExecStatRequest()
DescribeRuleExecStatRequest(DescribeRuleExecStatRequest 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 String
getBeginDate()
Get 开始时间,时间戳到秒String
getEndDate()
Get 结束时间,时间戳到秒String
getProjectId()
Get ProjectId 值void
setBeginDate(String BeginDate)
Set 开始时间,时间戳到秒void
setEndDate(String EndDate)
Set 结束时间,时间戳到秒void
setProjectId(String ProjectId)
Set ProjectId 值void
toMap(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
-
DescribeRuleExecStatRequest
public DescribeRuleExecStatRequest()
-
DescribeRuleExecStatRequest
public DescribeRuleExecStatRequest(DescribeRuleExecStatRequest 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
-
getProjectId
public String getProjectId()
Get ProjectId 值- Returns:
- ProjectId ProjectId 值
-
setProjectId
public void setProjectId(String ProjectId)
Set ProjectId 值- Parameters:
ProjectId
- ProjectId 值
-
getBeginDate
public String getBeginDate()
Get 开始时间,时间戳到秒- Returns:
- BeginDate 开始时间,时间戳到秒
-
setBeginDate
public void setBeginDate(String BeginDate)
Set 开始时间,时间戳到秒- Parameters:
BeginDate
- 开始时间,时间戳到秒
-
getEndDate
public String getEndDate()
Get 结束时间,时间戳到秒- Returns:
- EndDate 结束时间,时间戳到秒
-
setEndDate
public void setEndDate(String EndDate)
Set 结束时间,时间戳到秒- Parameters:
EndDate
- 结束时间,时间戳到秒
-
-