public class DescribeSuperPlayerConfigsRequest extends AbstractModel
Constructor and Description |
---|
DescribeSuperPlayerConfigsRequest() |
DescribeSuperPlayerConfigsRequest(DescribeSuperPlayerConfigsRequest 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 |
---|---|
Long |
getLimit()
Get Number of entries to be returned.
|
String[] |
getNames()
Get Player configuration name filter.
|
Long |
getOffset()
Get Pagination offset.
|
Long |
getSubAppId()
Get [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
String |
getType()
Get Player configuration type filter.
|
void |
setLimit(Long Limit)
Set Number of entries to be returned.
|
void |
setNames(String[] Names)
Set Player configuration name filter.
|
void |
setOffset(Long Offset)
Set Pagination offset.
|
void |
setSubAppId(Long SubAppId)
Set [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
void |
setType(String Type)
Set Player configuration type filter.
|
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 DescribeSuperPlayerConfigsRequest()
public DescribeSuperPlayerConfigsRequest(DescribeSuperPlayerConfigsRequest source)
public String[] getNames()
public void setNames(String[] Names)
Names
- Player configuration name filter. Array length limit: 100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries to be returned. Default value: 10. Maximum value: 100.public String getType()
public void setType(String Type)
Type
- Player configuration type filter. Valid values:
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.Copyright © 2021. All rights reserved.