类 GetVcrResultResponse.Result
- java.lang.Object
-
- com.baidubce.services.vodpro.model.response.GetVcrResultResponse.Result
-
- 封闭类:
- GetVcrResultResponse
public static class GetVcrResultResponse.Result extends Object
-
-
构造器概要
构造器 构造器 说明 Result()
-
-
-
方法详细资料
-
getType
public String getType()
-
setType
public void setType(String type)
-
getItems
public List<GetVcrResultResponse.Item> getItems()
-
setItems
public void setItems(List<GetVcrResultResponse.Item> items)
-
-