public class InvokeVideosKeywordsAnalyzerRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InvokeVideosKeywordsAnalyzerRequest() | 
| InvokeVideosKeywordsAnalyzerRequest(InvokeVideosKeywordsAnalyzerRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDeviceName()Get 设备名称 | 
| Long | getEndTimeMs()Get 结束时间。
注:
1. | 
| Long | getKeywordsMaxNum()Get 返回的关键字最大数量,默认为5;最大不能超过10 | 
| String | getProductId()Get 产品ID | 
| Long | getStartTimeMs()Get 开始时间。
注:
1. | 
| void | setDeviceName(String DeviceName)Set 设备名称 | 
| void | setEndTimeMs(Long EndTimeMs)Set 结束时间。
注:
1. | 
| void | setKeywordsMaxNum(Long KeywordsMaxNum)Set 返回的关键字最大数量,默认为5;最大不能超过10 | 
| void | setProductId(String ProductId)Set 产品ID | 
| void | setStartTimeMs(Long StartTimeMs)Set 开始时间。
注:
1. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InvokeVideosKeywordsAnalyzerRequest()
public InvokeVideosKeywordsAnalyzerRequest(InvokeVideosKeywordsAnalyzerRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称public Long getStartTimeMs()
public void setStartTimeMs(Long StartTimeMs)
StartTimeMs - 开始时间。
注:
1. 单位为毫秒(ms)
2. 时间区间必须控制在某一个自然天内,不支持跨天public Long getEndTimeMs()
public void setEndTimeMs(Long EndTimeMs)
EndTimeMs - 结束时间。
注:
1. 单位为毫秒(ms)
2. 时间区间必须控制在某一个自然天内,不支持跨天public Long getKeywordsMaxNum()
public void setKeywordsMaxNum(Long KeywordsMaxNum)
KeywordsMaxNum - 返回的关键字最大数量,默认为5;最大不能超过10Copyright © 2025. All rights reserved.