com.volcengine.service.vod.model.business.GetDirectEditResultOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_edit.proto
package com.volcengine.service.vod.model.business;
public interface GetDirectEditResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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();
/**
*
* 错误信息
*
*
* string Message = 8;
* @return The message.
*/
java.lang.String getMessage();
/**
*
* 错误信息
*
*
* string Message = 8;
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy