Class ListMediaResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.ListMediaResponse
-
public class ListMediaResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListMediaResponse()ListMediaResponse(ListMediaResponse 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 ClassInfo[]getClassInfoSet()Get 浏览分类路径下的一级子类。MaterialInfo[]getMaterialInfoSet()Get 浏览分类路径下的媒体列表信息。LonggetMaterialTotalCount()Get 符合条件的媒体记录总数。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetClassInfoSet(ClassInfo[] ClassInfoSet)Set 浏览分类路径下的一级子类。voidsetMaterialInfoSet(MaterialInfo[] MaterialInfoSet)Set 浏览分类路径下的媒体列表信息。voidsetMaterialTotalCount(Long MaterialTotalCount)Set 符合条件的媒体记录总数。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidtoMap(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
-
ListMediaResponse
public ListMediaResponse()
-
ListMediaResponse
public ListMediaResponse(ListMediaResponse 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
-
getMaterialTotalCount
public Long getMaterialTotalCount()
Get 符合条件的媒体记录总数。- Returns:
- MaterialTotalCount 符合条件的媒体记录总数。
-
setMaterialTotalCount
public void setMaterialTotalCount(Long MaterialTotalCount)
Set 符合条件的媒体记录总数。- Parameters:
MaterialTotalCount- 符合条件的媒体记录总数。
-
getMaterialInfoSet
public MaterialInfo[] getMaterialInfoSet()
Get 浏览分类路径下的媒体列表信息。- Returns:
- MaterialInfoSet 浏览分类路径下的媒体列表信息。
-
setMaterialInfoSet
public void setMaterialInfoSet(MaterialInfo[] MaterialInfoSet)
Set 浏览分类路径下的媒体列表信息。- Parameters:
MaterialInfoSet- 浏览分类路径下的媒体列表信息。
-
getClassInfoSet
public ClassInfo[] getClassInfoSet()
Get 浏览分类路径下的一级子类。- Returns:
- ClassInfoSet 浏览分类路径下的一级子类。
-
setClassInfoSet
public void setClassInfoSet(ClassInfo[] ClassInfoSet)
Set 浏览分类路径下的一级子类。- Parameters:
ClassInfoSet- 浏览分类路径下的一级子类。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-