Interface PriceOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Price, Price.Builder

    public interface PriceOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPrice()
      string price = 1 [json_name = "price"];
      com.google.protobuf.ByteString getPriceBytes()
      string price = 1 [json_name = "price"];
      SalePrice getSaleEnabled()
      .streamlayer.interactive.SalePrice sale_enabled = 2 [json_name = "saleEnabled"];
      int getSaleEnabledValue()
      .streamlayer.interactive.SalePrice sale_enabled = 2 [json_name = "saleEnabled"];
      java.lang.String getSalePrice()
      string sale_price = 3 [json_name = "salePrice"];
      com.google.protobuf.ByteString getSalePriceBytes()
      string sale_price = 3 [json_name = "salePrice"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPrice

        java.lang.String getPrice()
        string price = 1 [json_name = "price"];
        Returns:
        The price.
      • getPriceBytes

        com.google.protobuf.ByteString getPriceBytes()
        string price = 1 [json_name = "price"];
        Returns:
        The bytes for price.
      • getSaleEnabledValue

        int getSaleEnabledValue()
        .streamlayer.interactive.SalePrice sale_enabled = 2 [json_name = "saleEnabled"];
        Returns:
        The enum numeric value on the wire for saleEnabled.
      • getSaleEnabled

        SalePrice getSaleEnabled()
        .streamlayer.interactive.SalePrice sale_enabled = 2 [json_name = "saleEnabled"];
        Returns:
        The saleEnabled.
      • getSalePrice

        java.lang.String getSalePrice()
        string sale_price = 3 [json_name = "salePrice"];
        Returns:
        The salePrice.
      • getSalePriceBytes

        com.google.protobuf.ByteString getSalePriceBytes()
        string sale_price = 3 [json_name = "salePrice"];
        Returns:
        The bytes for salePrice.