com.byteplus.service.vod.model.business.VodContentInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_cdn.proto
package com.byteplus.service.vod.model.business;
public interface VodContentInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.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();
}