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 Type
    Method
    Description
    Компания.
    com.google.protobuf.ByteString
    Компания.
    Код страны риска.
    com.google.protobuf.ByteString
    Код страны риска.
    Наименование страны риска.
    com.google.protobuf.ByteString
    Наименование страны риска.
    Описание.
    com.google.protobuf.ByteString
    Описание.
    Информация о бренде.
    com.google.protobuf.ByteString
    Информация о бренде.
    Наименование бренда.
    com.google.protobuf.ByteString
    Наименование бренда.
    Сектор.
    com.google.protobuf.ByteString
    Сектор.
    uid идентификатор бренда.
    com.google.protobuf.ByteString
    uid идентификатор бренда.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.