All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.VodPrivateDrmPlayAuthInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy