public class DescribeStreamPackageSSAIUsageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeStreamPackageSSAIUsageRequest() |
DescribeStreamPackageSSAIUsageRequest(DescribeStreamPackageSSAIUsageRequest 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[] |
getChannelIds()
Get Specifies the channel id you want to query.
|
String |
getEndTime()
Get End time.
|
String |
getStartTime()
Get Start time.
|
String[] |
getTypes()
Get Specifies the ad type you want to query.
|
void |
setChannelIds(String[] ChannelIds)
Set Specifies the channel id you want to query.
|
void |
setEndTime(String EndTime)
Set End time.
|
void |
setStartTime(String StartTime)
Set Start time.
|
void |
setTypes(String[] Types)
Set Specifies the ad type you want to query.
|
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, toJsonString
public DescribeStreamPackageSSAIUsageRequest()
public DescribeStreamPackageSSAIUsageRequest(DescribeStreamPackageSSAIUsageRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time.public String[] getChannelIds()
public void setChannelIds(String[] ChannelIds)
ChannelIds
- Specifies the channel id you want to query.public String[] getTypes()
public void setTypes(String[] Types)
Types
- Specifies the ad type you want to query. valid values: Preroll/Midroll. if empty, query all types by default.Copyright © 2025. All rights reserved.