com.byteplus.service.vod.model.business.VodCommonConfigInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_common.proto
package com.byteplus.service.vod.model.business;
public interface VodCommonConfigInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodCommonConfigInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* 配置模块类型
*
*
* string Module = 1;
* @return The module.
*/
java.lang.String getModule();
/**
*
* 配置模块类型
*
*
* string Module = 1;
* @return The bytes for module.
*/
com.google.protobuf.ByteString
getModuleBytes();
/**
*
* 配置Key
*
*
* string Key = 2;
* @return The key.
*/
java.lang.String getKey();
/**
*
* 配置Key
*
*
* string Key = 2;
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
*
* 配置Value
*
*
* string Value = 3;
* @return The value.
*/
java.lang.String getValue();
/**
*
* 配置Value
*
*
* string Value = 3;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}