ru.tinkoff.piapi.contract.v1.BrandOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface BrandOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.Brand)
com.google.protobuf.MessageOrBuilder {
/**
*
*uid идентификатор бренда.
*
*
* string uid = 1;
* @return The uid.
*/
java.lang.String getUid();
/**
*
*uid идентификатор бренда.
*
*
* string uid = 1;
* @return The bytes for uid.
*/
com.google.protobuf.ByteString
getUidBytes();
/**
*
*Наименование бренда.
*
*
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
*
*Наименование бренда.
*
*
* string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
*Описание.
*
*
* string description = 3;
* @return The description.
*/
java.lang.String getDescription();
/**
*
*Описание.
*
*
* string description = 3;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
*Информация о бренде.
*
*
* string info = 4;
* @return The info.
*/
java.lang.String getInfo();
/**
*
*Информация о бренде.
*
*
* string info = 4;
* @return The bytes for info.
*/
com.google.protobuf.ByteString
getInfoBytes();
/**
*
*Компания.
*
*
* string company = 5;
* @return The company.
*/
java.lang.String getCompany();
/**
*
*Компания.
*
*
* string company = 5;
* @return The bytes for company.
*/
com.google.protobuf.ByteString
getCompanyBytes();
/**
*
*Сектор.
*
*
* string sector = 6;
* @return The sector.
*/
java.lang.String getSector();
/**
*
*Сектор.
*
*
* string sector = 6;
* @return The bytes for sector.
*/
com.google.protobuf.ByteString
getSectorBytes();
/**
*
*Код страны риска.
*
*
* string country_of_risk = 7;
* @return The countryOfRisk.
*/
java.lang.String getCountryOfRisk();
/**
*
*Код страны риска.
*
*
* string country_of_risk = 7;
* @return The bytes for countryOfRisk.
*/
com.google.protobuf.ByteString
getCountryOfRiskBytes();
/**
*
*Наименование страны риска.
*
*
* string country_of_risk_name = 8;
* @return The countryOfRiskName.
*/
java.lang.String getCountryOfRiskName();
/**
*
*Наименование страны риска.
*
*
* string country_of_risk_name = 8;
* @return The bytes for countryOfRiskName.
*/
com.google.protobuf.ByteString
getCountryOfRiskNameBytes();
}