All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.VodSnapshotOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_media.proto

package com.byteplus.service.vod.model.business;

public interface VodSnapshotOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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