com.volcengine.service.vod.model.business.VodSnapshotOrBuilder 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_media.proto
package com.volcengine.service.vod.model.business;
public interface VodSnapshotOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodSnapshot)
com.google.protobuf.MessageOrBuilder {
/**
*
*格式
*
*
* string Format = 1;
* @return The format.
*/
java.lang.String getFormat();
/**
*
*格式
*
*
* string Format = 1;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
/**
*
*高
*
*
* int32 Height = 2;
* @return The height.
*/
int getHeight();
/**
*
*宽
*
*
* int32 Width = 3;
* @return The width.
*/
int getWidth();
/**
*
* Uri
*
*
* string StoreUri = 4;
* @return The storeUri.
*/
java.lang.String getStoreUri();
/**
*
* Uri
*
*
* string StoreUri = 4;
* @return The bytes for storeUri.
*/
com.google.protobuf.ByteString
getStoreUriBytes();
/**
*
*图片地址
*
*
* string Url = 5;
* @return The url.
*/
java.lang.String getUrl();
/**
*
*图片地址
*
*
* string Url = 5;
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy