com.byteplus.service.vod.model.business.VodPrivateDrmPlayAuthInfoOrBuilder 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 VodPrivateDrmPlayAuthInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodPrivateDrmPlayAuthInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* 播放许可id
*
*
* string PlayAuthId = 1;
* @return The playAuthId.
*/
java.lang.String getPlayAuthId();
/**
*
* 播放许可id
*
*
* string PlayAuthId = 1;
* @return The bytes for playAuthId.
*/
com.google.protobuf.ByteString
getPlayAuthIdBytes();
/**
*
* 播放许可内容
*
*
* string PlayAuthContent = 2;
* @return The playAuthContent.
*/
java.lang.String getPlayAuthContent();
/**
*
* 播放许可内容
*
*
* string PlayAuthContent = 2;
* @return The bytes for playAuthContent.
*/
com.google.protobuf.ByteString
getPlayAuthContentBytes();
}