public class DescribeReviewDetailsRequest extends AbstractModel
Constructor and Description |
---|
DescribeReviewDetailsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get 结束日期,需大于起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getStartTime()
Get 起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setEndTime(String EndTime)
Set 结束日期,需大于起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setStartTime(String StartTime)
Set 起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
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 String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束日期,需大于起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2020. All rights reserved.