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

com.byteplus.service.vod.model.request.VodGetDrmLicenseRequestOrBuilder 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/request/request_vod.proto

package com.byteplus.service.vod.model.request;

public interface VodGetDrmLicenseRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodGetDrmLicenseRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string Vid = 1;
   * @return The vid.
   */
  java.lang.String getVid();
  /**
   * string Vid = 1;
   * @return The bytes for vid.
   */
  com.google.protobuf.ByteString
      getVidBytes();

  /**
   * string Kid = 2;
   * @return The kid.
   */
  java.lang.String getKid();
  /**
   * string Kid = 2;
   * @return The bytes for kid.
   */
  com.google.protobuf.ByteString
      getKidBytes();

  /**
   * 
   *  int64 Persistent = 4;
   *  int64 LicenseDuration = 5;
   * 
* * string ThirdPartyDrmType = 3; * @return The thirdPartyDrmType. */ java.lang.String getThirdPartyDrmType(); /** *
   *  int64 Persistent = 4;
   *  int64 LicenseDuration = 5;
   * 
* * string ThirdPartyDrmType = 3; * @return The bytes for thirdPartyDrmType. */ com.google.protobuf.ByteString getThirdPartyDrmTypeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy