com.volcengine.service.vod.model.business.DescribeVodRealtimeMediaDetailDataItemOrBuilder 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_measure.proto
package com.volcengine.service.vod.model.business;
public interface DescribeVodRealtimeMediaDetailDataItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.DescribeVodRealtimeMediaDetailDataItem)
com.google.protobuf.MessageOrBuilder {
/**
* string TraceId = 1;
* @return The traceId.
*/
java.lang.String getTraceId();
/**
* string TraceId = 1;
* @return The bytes for traceId.
*/
com.google.protobuf.ByteString
getTraceIdBytes();
/**
* string StartTime = 2;
* @return The startTime.
*/
java.lang.String getStartTime();
/**
* string StartTime = 2;
* @return The bytes for startTime.
*/
com.google.protobuf.ByteString
getStartTimeBytes();
/**
* string EndTime = 3;
* @return The endTime.
*/
java.lang.String getEndTime();
/**
* string EndTime = 3;
* @return The bytes for endTime.
*/
com.google.protobuf.ByteString
getEndTimeBytes();
/**
* string FileName = 4;
* @return The fileName.
*/
java.lang.String getFileName();
/**
* string FileName = 4;
* @return The bytes for fileName.
*/
com.google.protobuf.ByteString
getFileNameBytes();
/**
* string Command = 5;
* @return The command.
*/
java.lang.String getCommand();
/**
* string Command = 5;
* @return The bytes for command.
*/
com.google.protobuf.ByteString
getCommandBytes();
/**
* string ResponseCode = 6;
* @return The responseCode.
*/
java.lang.String getResponseCode();
/**
* string ResponseCode = 6;
* @return The bytes for responseCode.
*/
com.google.protobuf.ByteString
getResponseCodeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy