com.volcengine.service.vod.model.business.VodContentInfoOrBuilder 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_cdn.proto
package com.volcengine.service.vod.model.business;
public interface VodContentInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodContentInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*记录ID,可为空
*
*
* string ItemId = 1;
* @return The itemId.
*/
java.lang.String getItemId();
/**
*
*记录ID,可为空
*
*
* string ItemId = 1;
* @return The bytes for itemId.
*/
com.google.protobuf.ByteString
getItemIdBytes();
/**
*
*任务URL
*
*
* string Url = 2;
* @return The url.
*/
java.lang.String getUrl();
/**
*
*任务URL
*
*
* string Url = 2;
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
*
*任务状态
*
*
* string Status = 3;
* @return The status.
*/
java.lang.String getStatus();
/**
*
*任务状态
*
*
* string Status = 3;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
*
*任务类型
*
*
* string TaskType = 4;
* @return The taskType.
*/
java.lang.String getTaskType();
/**
*
*任务类型
*
*
* string TaskType = 4;
* @return The bytes for taskType.
*/
com.google.protobuf.ByteString
getTaskTypeBytes();
/**
*
*任务创建时间,单位:Unix秒级时间戳
*
*
* int32 CreateTimestamp = 5;
* @return The createTimestamp.
*/
int getCreateTimestamp();
/**
*
*任务ID
*
*
* string TaskId = 6;
* @return The taskId.
*/
java.lang.String getTaskId();
/**
*
*任务ID
*
*
* string TaskId = 6;
* @return The bytes for taskId.
*/
com.google.protobuf.ByteString
getTaskIdBytes();
/**
*
*任务信息
*
*
* string Message = 7;
* @return The message.
*/
java.lang.String getMessage();
/**
*
*任务信息
*
*
* string Message = 7;
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy