Package ru.tinkoff.piapi.contract.v1
Interface BrandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Brand,Brand.Builder
public interface BrandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionКомпания.com.google.protobuf.ByteStringКомпания.Код страны риска.com.google.protobuf.ByteStringКод страны риска.Наименование страны риска.com.google.protobuf.ByteStringНаименование страны риска.Описание.com.google.protobuf.ByteStringОписание.getInfo()Информация о бренде.com.google.protobuf.ByteStringИнформация о бренде.getName()Наименование бренда.com.google.protobuf.ByteStringНаименование бренда.Сектор.com.google.protobuf.ByteStringСектор.getUid()uid идентификатор бренда.com.google.protobuf.ByteStringuid идентификатор бренда.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUid
String getUid()uid идентификатор бренда.
string uid = 1;- Returns:
- The uid.
-
getUidBytes
com.google.protobuf.ByteString getUidBytes()uid идентификатор бренда.
string uid = 1;- Returns:
- The bytes for uid.
-
getName
String getName()Наименование бренда.
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Наименование бренда.
string name = 2;- Returns:
- The bytes for name.
-
getDescription
String getDescription()Описание.
string description = 3;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Описание.
string description = 3;- Returns:
- The bytes for description.
-
getInfo
String getInfo()Информация о бренде.
string info = 4;- Returns:
- The info.
-
getInfoBytes
com.google.protobuf.ByteString getInfoBytes()Информация о бренде.
string info = 4;- Returns:
- The bytes for info.
-
getCompany
String getCompany()Компания.
string company = 5;- Returns:
- The company.
-
getCompanyBytes
com.google.protobuf.ByteString getCompanyBytes()Компания.
string company = 5;- Returns:
- The bytes for company.
-
getSector
String getSector()Сектор.
string sector = 6;- Returns:
- The sector.
-
getSectorBytes
com.google.protobuf.ByteString getSectorBytes()Сектор.
string sector = 6;- Returns:
- The bytes for sector.
-
getCountryOfRisk
String getCountryOfRisk()Код страны риска.
string country_of_risk = 7;- Returns:
- The countryOfRisk.
-
getCountryOfRiskBytes
com.google.protobuf.ByteString getCountryOfRiskBytes()Код страны риска.
string country_of_risk = 7;- Returns:
- The bytes for countryOfRisk.
-
getCountryOfRiskName
String getCountryOfRiskName()Наименование страны риска.
string country_of_risk_name = 8;- Returns:
- The countryOfRiskName.
-
getCountryOfRiskNameBytes
com.google.protobuf.ByteString getCountryOfRiskNameBytes()Наименование страны риска.
string country_of_risk_name = 8;- Returns:
- The bytes for countryOfRiskName.
-