Interface QuotationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Quotation, Quotation.Builder

public interface QuotationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    дробная часть суммы, может быть отрицательным числом
    long
    целая часть суммы, может быть отрицательным числом

    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

    • getUnits

      long getUnits()
       целая часть суммы, может быть отрицательным числом
       
      int64 units = 1;
      Returns:
      The units.
    • getNano

      int getNano()
       дробная часть суммы, может быть отрицательным числом
       
      int32 nano = 2;
      Returns:
      The nano.