public class GetMediaInfoListResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetMediaInfoListResponse.MediaInfo |
metadata| Constructor and Description |
|---|
GetMediaInfoListResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName() |
String |
getVehicleId() |
String |
getVehicleName() |
List<GetMediaInfoListResponse.MediaInfo> |
getVideoInfoList() |
void |
setGroupName(String groupName) |
void |
setVehicleId(String vehicleId) |
void |
setVehicleName(String vehicleName) |
void |
setVideoInfoList(List<GetMediaInfoListResponse.MediaInfo> videoInfoList) |
getMetadatapublic String getVehicleId()
public void setVehicleId(String vehicleId)
public String getVehicleName()
public void setVehicleName(String vehicleName)
public String getGroupName()
public void setGroupName(String groupName)
public List<GetMediaInfoListResponse.MediaInfo> getVideoInfoList()
public void setVideoInfoList(List<GetMediaInfoListResponse.MediaInfo> videoInfoList)
Copyright © 2022. All rights reserved.