com.volcengine.service.vod.model.business.VodGetAppInfoResultOrBuilder 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_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