Interface ProductPriceTierOuterClass.ProductPriceTierOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProductPriceTierOuterClass.ProductPriceTier, ProductPriceTierOuterClass.ProductPriceTier.Builder
Enclosing class:
ProductPriceTierOuterClass

public static interface ProductPriceTierOuterClass.ProductPriceTierOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string price_tier = 3;
    com.google.protobuf.ByteString
    string price_tier = 3;
    string product_id = 14;
    com.google.protobuf.ByteString
    string product_id = 14;

    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

    • getPriceTier

      String getPriceTier()
      string price_tier = 3;
      Returns:
      The priceTier.
    • getPriceTierBytes

      com.google.protobuf.ByteString getPriceTierBytes()
      string price_tier = 3;
      Returns:
      The bytes for priceTier.
    • getProductId

      String getProductId()
      string product_id = 14;
      Returns:
      The productId.
    • getProductIdBytes

      com.google.protobuf.ByteString getProductIdBytes()
      string product_id = 14;
      Returns:
      The bytes for productId.