All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.CountryResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: instruments.proto

package ru.tinkoff.piapi.contract.v1;

public interface CountryResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.CountryResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *Двухбуквенный код страны.
   * 
* * string alfa_two = 1; * @return The alfaTwo. */ java.lang.String getAlfaTwo(); /** *
   *Двухбуквенный код страны.
   * 
* * string alfa_two = 1; * @return The bytes for alfaTwo. */ com.google.protobuf.ByteString getAlfaTwoBytes(); /** *
   *Трёхбуквенный код страны.
   * 
* * string alfa_three = 2; * @return The alfaThree. */ java.lang.String getAlfaThree(); /** *
   *Трёхбуквенный код страны.
   * 
* * string alfa_three = 2; * @return The bytes for alfaThree. */ com.google.protobuf.ByteString getAlfaThreeBytes(); /** *
   *Наименование страны.
   * 
* * string name = 3; * @return The name. */ java.lang.String getName(); /** *
   *Наименование страны.
   * 
* * string name = 3; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   *Краткое наименование страны.
   * 
* * string name_brief = 4; * @return The nameBrief. */ java.lang.String getNameBrief(); /** *
   *Краткое наименование страны.
   * 
* * string name_brief = 4; * @return The bytes for nameBrief. */ com.google.protobuf.ByteString getNameBriefBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy