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

com.volcengine.service.vod.model.business.VodGetAppInfoResultOrBuilder Maven / Gradle / Ivy

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

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

public interface VodGetAppInfoResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodGetAppInfoResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * appcloud应用的Id
   * 
* * uint64 AppId = 1; * @return The appId. */ long getAppId(); /** *
   *扫码唤起sdk的关键
   * 
* * string Scheme = 2; * @return The scheme. */ java.lang.String getScheme(); /** *
   *扫码唤起sdk的关键
   * 
* * string Scheme = 2; * @return The bytes for scheme. */ com.google.protobuf.ByteString getSchemeBytes(); /** *
   * App英文名
   * 
* * string AppEnName = 3; * @return The appEnName. */ java.lang.String getAppEnName(); /** *
   * App英文名
   * 
* * string AppEnName = 3; * @return The bytes for appEnName. */ com.google.protobuf.ByteString getAppEnNameBytes(); /** *
   * App中文名
   * 
* * string AppCnName = 4; * @return The appCnName. */ java.lang.String getAppCnName(); /** *
   * App中文名
   * 
* * string AppCnName = 4; * @return The bytes for appCnName. */ com.google.protobuf.ByteString getAppCnNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy