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

com.byteplus.service.vod.model.business.GetDirectEditResultOrBuilder 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_edit.proto

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

public interface GetDirectEditResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.GetDirectEditResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 视频编辑执行Id
   * 
* * string ReqId = 1; * @return The reqId. */ java.lang.String getReqId(); /** *
   * 视频编辑执行Id
   * 
* * string ReqId = 1; * @return The bytes for reqId. */ com.google.protobuf.ByteString getReqIdBytes(); /** *
   * 视频编辑参数
   * 
* * bytes EditParam = 2; * @return The editParam. */ com.google.protobuf.ByteString getEditParam(); /** *
   * 优先级
   * 
* * int32 Priority = 3; * @return The priority. */ int getPriority(); /** *
   * 回调地址
   * 
* * string CallbackUri = 4; * @return The callbackUri. */ java.lang.String getCallbackUri(); /** *
   * 回调地址
   * 
* * string CallbackUri = 4; * @return The bytes for callbackUri. */ com.google.protobuf.ByteString getCallbackUriBytes(); /** *
   * 回调参数
   * 
* * string CallbackArgs = 5; * @return The callbackArgs. */ java.lang.String getCallbackArgs(); /** *
   * 回调参数
   * 
* * string CallbackArgs = 5; * @return The bytes for callbackArgs. */ com.google.protobuf.ByteString getCallbackArgsBytes(); /** *
   * 编辑任务状态
   * 
* * string Status = 6; * @return The status. */ java.lang.String getStatus(); /** *
   * 编辑任务状态
   * 
* * string Status = 6; * @return The bytes for status. */ com.google.protobuf.ByteString getStatusBytes(); /** *
   * 产物vid
   * 
* * string OutputVid = 7; * @return The outputVid. */ java.lang.String getOutputVid(); /** *
   * 产物vid
   * 
* * string OutputVid = 7; * @return The bytes for outputVid. */ com.google.protobuf.ByteString getOutputVidBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy