com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftSceneOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_play.proto
package com.byteplus.service.vod.model.business;
public interface VodPlayInfoWithLiveTimeShiftSceneOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene)
com.google.protobuf.MessageOrBuilder {
/**
*
* URI
*
*
* string StoreUri = 1;
* @return The storeUri.
*/
java.lang.String getStoreUri();
/**
*
* URI
*
*
* string StoreUri = 1;
* @return The bytes for storeUri.
*/
com.google.protobuf.ByteString
getStoreUriBytes();
/**
*
* 主播放URL
*
*
* string MainPlayUrl = 2;
* @return The mainPlayUrl.
*/
java.lang.String getMainPlayUrl();
/**
*
* 主播放URL
*
*
* string MainPlayUrl = 2;
* @return The bytes for mainPlayUrl.
*/
com.google.protobuf.ByteString
getMainPlayUrlBytes();
/**
*
* 备播放URL,可能不存在
*
*
* string BackupPlayUrl = 3;
* @return The backupPlayUrl.
*/
java.lang.String getBackupPlayUrl();
/**
*
* 备播放URL,可能不存在
*
*
* string BackupPlayUrl = 3;
* @return The bytes for backupPlayUrl.
*/
com.google.protobuf.ByteString
getBackupPlayUrlBytes();
/**
*
* 过期DDL,Unix时间戳,单位:秒
*
*
* double UrlExpire = 4;
* @return The urlExpire.
*/
double getUrlExpire();
}