public class GetVideoInfoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
additionType |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
videoId |
| 构造器和说明 |
|---|
GetVideoInfoRequest() |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VideoId") @Validation(required=true) public String videoId
@NameInMap(value="AdditionType") public String additionType
public static GetVideoInfoRequest build(Map<String,?> map) throws Exception
ExceptionCopyright © 2020. All rights reserved.